aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * make-docfile.c: Doc fix.Jim Blandy1993-05-241-1/+1
|
* * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it'sJim Blandy1993-05-241-2/+2
| | | | appropriate.
* * timer.c (xmalloc): Include definition for this, to placate the CJim Blandy1993-05-241-2/+3
| | | | | version of alloca. * Makefile.in (timer.o): Link with alloca.o, if it's appropriate.
* * Makefile.in (install): Refer to the variables INSTALLABLES andJim Blandy1993-05-241-1/+1
| | | | INSTALLABLE_SCRIPTS, instead of writing them out.
* (main): Return 0.Richard M. Stallman1993-05-231-0/+2
|
* (scan_lisp_file): Recognize defalias like fset.Richard M. Stallman1993-05-221-1/+2
|
* Change permission notice (not "part of Emacs").Richard M. Stallman1993-05-211-7/+7
|
* Update GPL version.Richard M. Stallman1993-05-191-1/+1
|
* * Makefile.in (.c.o): Make the rule start with a tab, not spaces.Jim Blandy1993-05-181-1/+1
|
* * timer.c (notify): Don't call sighold or sigrelse; they're USGJim Blandy1993-05-161-2/+2
| | | | | only. We should really fix this later, but let's just make it compile for now.
* Install patches from David J. Mackenzie to make the srcdir optionJim Blandy1993-05-152-5/+19
| | | | | | | | | | | | | | | | | | | | | | work. * Makefile.in (srcdir, VPATH): Get this value from the top-level Makefile. (INSTALLABLES): Split this into two lists - INSTALLABLES and INSTALLABLE_SCRIPTS. (INSTALLABLE_SCRIPTS): New list. (EXECUTABLES): Include INSTALLABLE_SCRIPTS. (${archlibdir}): The scripts to be installed live in the source tree, not in the object tree. (test-distrib): Note that the data file lives in the source tree, not the object tree. (GETOPTDEPS): Note that getopt.h lives in the source tree. (all other targets): Change references to source files to use ${srcdir}, except for config.h, which lives in the object dir. (timer.o): Note that this depends on ../src/config.h. * make-docfile.c (main): Add a -d option, to tell it where to find the source files. * test-distrib.c (main): Take the name of the distribution file to test from the command line.
* * timer.c: Fix mispellings of get_date function's name.Jim Blandy1993-05-151-2/+2
|
* The GNU coding standards specify that CFLAGS should be left forJim Blandy1993-05-151-27/+30
| | | | | | | | | | | | | | | | | | users to set. * Makefile.in (CFLAGS): Put this in the "things configure might edit" section, and have it default to -g. (ALL_CFLAGS): New variable, set to all the flags which should be passed to compilations. Replace all other uses of CFLAGS with ALL_CFLAGS. (.c.o): New rule, to pass ALL_CFLAGS to compilations. * Makefile.in (DEFS): Remove this; it's always just going to be "-DHAVE_CONFIG_H -Demacs". * Makefile.in (ALLOCA): New variable, whose value we should inherit from the top-level makefile. (etags, ctags): Include ALLOCA in the list of object files that these executables depend on and link.
* Install patches from David J. Mackenzie to make the srcdir optionJim Blandy1993-05-151-58/+65
| | | | | | | | | | | | | | | | | | work. * Makefile.in (srcdir): Get this value from the top-level Makefile. (INSTALLABLES): Split this into two lists - INSTALLABLES and INSTALLABLE_SCRIPTS. (INSTALLABLE_SCRIPTS): New list. (EXECUTABLES): Include INSTALLABLE_SCRIPTS. (${archlibdir}): The scripts to be installed live in the source tree, not in the object tree. (test-distrib): Note that the data file lives in the source tree, not the object tree. (GETOPTDEPS): Note that getopt.h lives in the source tree. (all other targets): Change references to source files to use ${srcdir}, except for config.h, which lives in the object dir. (timer.o): Note that this depends on ../src/config.h.
* (main): Don't require that there be input files if -i switches were given.Roland McGrath1993-05-131-2/+2
|
* *** empty log message ***Eric S. Raymond1993-05-081-1/+1
|
* mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so changePaul Eggert1993-05-031-2/+2
| | | | | | it to /[\/]/. This should work on all Posix-compliant awks. It's slightly wrong with traditional (Unix version 7) awk, since it also allows \, but that's a minor problem compared to awk syntax errors.
* (notify): Bug fix. Treat the body of this function as a critical region.Eric S. Raymond1993-04-271-4/+16
|
* * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.Jim Blandy1993-04-101-2/+2
|
* * make-docfile.c (write_c_args): Print an argument named "defalt"Jim Blandy1993-04-081-1/+17
| | | | as "default".
* * Makefile.in (C_SWITCH_SYSTEM): New variable.Jim Blandy1993-03-251-1/+2
| | | | | (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler.
* (YACC): flag added to c_ext.Richard M. Stallman1993-03-221-465/+422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (c_ext): no more a synonim for c_ext&C_PLPL because of YACC. (find_entries): consistently use streq when reasonable. (find_entries): a .y file is a yacc file. (get_C_stab): c_ext becomes c_ext&C_PLPL. (C_entries): logical cplpl means c_ext&C_PLPL. (C_entries): logical yacc_rules means we are after the first %%. (C_entries): added logic for yacc files. (C_entries): ':' case moved to the second switch. (C_entries): do not examine token if structdef==scolonseen. (consider_token): structtag set to null string for enum. (GET_COOKIE): and related macros removed. (logical): is now int, no more a char. (reg): define deleted. (isgood, _gd, notgd): deleted. (gotone): deleted. (TOKEN): member linestart removed. (linepos, prev_linepos, lb1): deleted. (main): call initbuffer on lbs array instead of lb1. (init): removed the initialisation of the logical _gd array; (find_entries): a .sa suffix means assembler file. (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. All C state machines rewritten. (C_entries): complete rewrite. (condider_token): complete rewrite. (getline): deleted. (C_entries): Added the quotednl logical variable. Used for parsing of #define's spanning multiple lines. (C_entries): Save the definedef status even when a newline is met inside a string.
* Added documentation, made the change comment for old versions moreEric S. Raymond1993-03-191-1/+24
| | | | useful.
* Teach it about the new user-runnable command rcs-checkin.Eric S. Raymond1993-03-191-1/+1
|
* Initial revisionEric S. Raymond1993-03-191-0/+75
|
* Added unlock and relock.Eric S. Raymond1993-03-191-0/+19
|
* Some awks don't understand "\r". Code around this.Paul Eggert1993-03-161-18/+54
| | | | | | Unfortunately this requires putting a carriage return in the source code. Don't assume that rlog will tolerate times like `10:10:60'; RCS 5.7 won't allow this.
* * timer.c (main): Set the ownership of the stdin file descriptorJim Blandy1993-03-111-2/+13
| | | | | | | | to the current process. Print error messages if either of the fcntl's fails. * timer.c (sigcatch): Declare this to return SIGTYPE (defined in ../src/config.h), not void.
* * b2m.c (main): Don't exit upon reading a blank line.Jim Blandy1993-03-111-2/+8
|
* (C_entries): New local variable quotednl. Used forRichard M. Stallman1993-03-031-14/+22
| | | | | | | parsing of #define's spanning multiple lines. (C_entries): Save the definedef status even when a newline is met inside a string.
* * timer.c (notify): Initialize waitfor properly.Jim Blandy1993-03-021-1/+1
|
* (C_entries): Don't reset definedef when a newline inside a comment is met.Richard M. Stallman1993-02-231-1/+8
|
* Add copyright and authorship notices.Paul Eggert1993-01-151-2/+21
|
* (find_entries): If filename ends in .f or .for, don't try anything but Fortran.Richard M. Stallman1993-01-141-4/+10
|
* Also, write a newline after the token.Michael I. Bushnell1993-01-081-4/+4
|
* Also, write a newline after the token.Michael I. Bushnell1993-01-081-1/+1
|
* timer.c (notify): Flush stdout after writing message to avoid lossageMichael I. Bushnell1993-01-081-0/+1
| | | | on terminals.
* timer.c (notify): Flush stdout after writing message to avoid lossageMichael I. Bushnell1993-01-081-0/+1
| | | | on terminals.
* * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takesJim Blandy1992-12-121-0/+17
| | | | | a different number of arguments than other DEFVARs, recognize it specially, and expect the right number of commas.
* * Makefile.in (exec_prefix): New variable.Jim Blandy1992-12-121-65/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bindir, libdir): Use it instead of `prefix'. * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too. * Makefile.in (libdir): Default to ${prefix}/lib. (archlibdir): Adjusted to match. * Makefile.in (distclean): Don't delete backup or autosave files. (extraclean): Like realclean, but does delete backup and autosave files. * Makefile.in (realclean): Ignore errors from rm. * Makefile.in (distclean): Don't bother to delete ../arch-lib; that doesn't exist anymore. * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as described in the top-level Makefile. (UTILITIES): Add make-path to the list of utility programs. (../arch-lib): Replaced by the ${archlibdir} target, which places the executables in their permanent home. (install, install.sysv, install.xenix): Consolidated into one target which should work under all circumstances, modulo a few ignored error messages.
* * make-path.c (touchy_mkdir): Remove debugging output.Jim Blandy1992-12-061-4/+2
|
* * Makefile.in (make-path): New target.Jim Blandy1992-12-061-0/+3
|
* Initial revisionJim Blandy1992-12-041-0/+87
|
* * Makefile.in (getdate.o): Added explicit target for this, so weJim Blandy1992-11-071-1/+7
| | | | | | | | can indicate that it depends on ../src/config.h. * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this instead of CFLAGS. (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
* entered into RCSJim Blandy1992-09-301-1/+2
|
* entered into RCSJim Blandy1992-09-291-20/+31
|
* %.2d -> %02dRoland McGrath1992-09-271-2/+2
|
* *** empty log message ***Jim Blandy1992-09-231-11/+11
|
* entered into RCSRichard M. Stallman1992-09-201-0/+14
|
* *** empty log message ***Jim Blandy1992-09-131-6/+11
|