aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* entered into RCSJim Blandy1992-08-291-3/+3
|
* entered into RCSRichard M. Stallman1992-08-221-1/+1
|
* *** empty log message ***Richard M. Stallman1992-08-201-43/+34
|
* *** empty log message ***Jim Blandy1992-08-191-1/+1
|
* entered into RCSJim Blandy1992-08-192-143/+198
|
* *** empty log message ***Eric S. Raymond1992-08-141-1/+1
|
* *** empty log message ***Jim Blandy1992-08-121-109/+175
|
* entered into RCSEric S. Raymond1992-08-041-0/+86
|
* *** empty log message ***Jim Blandy1992-07-171-1/+5
|
* *** empty log message ***Jim Blandy1992-07-141-3/+7
|
* *** empty log message ***Jim Blandy1992-07-081-347/+221
|
* entered into RCSJim Blandy1992-06-301-0/+1
|
* *** empty log message ***Jim Blandy1992-06-241-6/+14
|
* *** empty log message ***Jim Blandy1992-05-191-1/+1
|
* Call ypmatch at most once.Paul Eggert1992-05-111-24/+39
|
* *** empty log message ***Jim Blandy1992-05-102-19/+25
|
* Ignore log messages that start with `#'.Paul Eggert1992-05-081-4/+12
|