Jim Blandy
3941a1796f
* make-docfile.c (write_c_args): Print an argument named "defalt"
...
as "default".
1993-04-08 02:06:43 +00:00
Jim Blandy
c6b81ef2ee
* Makefile.in (C_SWITCH_SYSTEM): New variable.
...
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
compiler.
1993-03-25 03:51:38 +00:00
Richard M. Stallman
13fde0cd78
(YACC): flag added to c_ext.
...
(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.
1993-03-22 23:13:10 +00:00
Eric S. Raymond
5e15f62581
Added documentation, made the change comment for old versions more
...
useful.
1993-03-19 23:40:27 +00:00
Eric S. Raymond
8554321b66
Teach it about the new user-runnable command rcs-checkin.
1993-03-19 23:04:44 +00:00
Eric S. Raymond
17457b8df3
Initial revision
1993-03-19 23:01:33 +00:00
Eric S. Raymond
41f86d5a05
Added unlock and relock.
1993-03-19 07:49:20 +00:00
Paul Eggert
f9155ea03e
Some awks don't understand "\r". Code around this.
...
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.
1993-03-16 22:49:00 +00:00
Jim Blandy
b183949171
* timer.c (main): Set the ownership of the stdin file descriptor
...
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.
1993-03-11 07:00:12 +00:00
Jim Blandy
5d13f393f9
* b2m.c (main): Don't exit upon reading a blank line.
1993-03-11 06:59:53 +00:00
Richard M. Stallman
99e0a2e032
(C_entries): New local variable quotednl. Used for
...
parsing of #define's spanning multiple lines.
(C_entries): Save the definedef status
even when a newline is met inside a string.
1993-03-03 06:20:12 +00:00
Jim Blandy
ca5b61ea67
* timer.c (notify): Initialize waitfor properly.
1993-03-02 08:25:47 +00:00
Richard M. Stallman
57e83cfeff
(C_entries): Don't reset definedef when a newline inside a comment is met.
1993-02-23 07:27:39 +00:00
Paul Eggert
0b67eabf74
Add copyright and authorship notices.
1993-01-15 05:33:29 +00:00
Richard M. Stallman
1e8e116226
(find_entries): If filename ends in .f or .for, don't try anything but Fortran.
1993-01-14 20:09:22 +00:00
Michael I. Bushnell
c193197b50
Also, write a newline after the token.
1993-01-08 21:12:58 +00:00
Michael I. Bushnell
07941899b3
Also, write a newline after the token.
1993-01-08 20:36:35 +00:00
Michael I. Bushnell
5319c7c1b9
timer.c (notify): Flush stdout after writing message to avoid lossage
...
on terminals.
1993-01-08 20:36:14 +00:00
Michael I. Bushnell
507876f3c7
timer.c (notify): Flush stdout after writing message to avoid lossage
...
on terminals.
1993-01-08 20:26:54 +00:00
Jim Blandy
84128dee7b
* make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
...
a different number of arguments than other DEFVARs, recognize it
specially, and expect the right number of commas.
1992-12-12 15:25:18 +00:00
Jim Blandy
c71beb7551
* Makefile.in (exec_prefix): New variable.
...
(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.
1992-12-12 15:24:50 +00:00
Jim Blandy
4aa1632a5f
* make-path.c (touchy_mkdir): Remove debugging output.
1992-12-06 22:27:37 +00:00
Jim Blandy
ecc798b0dc
* Makefile.in (make-path): New target.
1992-12-06 22:25:31 +00:00
Jim Blandy
d95ba5f0be
Initial revision
1992-12-04 19:59:59 +00:00
Jim Blandy
43bf8b0ee3
* Makefile.in (getdate.o): Added explicit target for this, so we
...
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.
1992-11-07 07:39:11 +00:00
Jim Blandy
9e7cd9225e
entered into RCS
1992-09-30 21:44:26 +00:00
Jim Blandy
30e4c427e1
entered into RCS
1992-09-29 03:14:35 +00:00
Roland McGrath
1d30b62aa7
%.2d -> %02d
1992-09-27 01:55:21 +00:00
Jim Blandy
f125a9e8b5
*** empty log message ***
1992-09-23 10:33:26 +00:00
Richard M. Stallman
4dcb1d2681
entered into RCS
1992-09-20 00:41:38 +00:00
Jim Blandy
b7cceaf12a
*** empty log message ***
1992-09-13 10:54:38 +00:00
Jim Blandy
d2729198c6
entered into RCS
1992-08-29 02:15:08 +00:00
Richard M. Stallman
61a93162c6
entered into RCS
1992-08-22 07:10:23 +00:00
Richard M. Stallman
8a6c8bcf0b
*** empty log message ***
1992-08-20 05:09:30 +00:00
Jim Blandy
ef15f270db
*** empty log message ***
1992-08-19 03:54:51 +00:00
Jim Blandy
fbfed6f05f
entered into RCS
1992-08-19 03:54:46 +00:00
Eric S. Raymond
6edec2ddbc
*** empty log message ***
1992-08-14 16:02:12 +00:00
Jim Blandy
9e2b097b26
*** empty log message ***
1992-08-12 12:57:12 +00:00
Eric S. Raymond
ae94cd0c12
entered into RCS
1992-08-04 16:08:22 +00:00
Jim Blandy
c0acc3e1cd
*** empty log message ***
1992-07-17 21:04:37 +00:00
Jim Blandy
9d7ad1b359
*** empty log message ***
1992-07-14 20:54:57 +00:00
Jim Blandy
23d6b5a6ee
*** empty log message ***
1992-07-08 22:47:39 +00:00
Jim Blandy
d8cafeb502
entered into RCS
1992-06-30 13:55:35 +00:00
Jim Blandy
daa3760289
*** empty log message ***
1992-06-24 05:09:26 +00:00
Jim Blandy
f76475ad8a
*** empty log message ***
1992-05-19 05:22:52 +00:00
Paul Eggert
2af0612162
Call ypmatch at most once.
1992-05-11 19:59:33 +00:00
Jim Blandy
e065a56e2d
*** empty log message ***
1992-05-10 18:15:10 +00:00
Paul Eggert
19ed208b56
Ignore log messages that start with `#'.
1992-05-08 21:45:00 +00:00
Richard M. Stallman
cecf0f21e1
*** empty log message ***
1992-05-07 20:13:17 +00:00
Jim Blandy
4746118aca
*** empty log message ***
1992-04-24 08:11:54 +00:00
Jim Blandy
d4327fecc1
entered into RCS
1992-04-24 08:11:28 +00:00
Jim Blandy
f7dbcf3cf8
Initial revision
1992-04-19 08:53:10 +00:00
Jim Blandy
d1c5af3e40
entered into RCS
1992-04-19 08:53:01 +00:00
Jim Blandy
0856496329
*** empty log message ***
1992-04-01 11:14:15 +00:00
Paul Eggert
23a227f717
Don't duplicate most recent logs. Fix bug in dates after Feb 29 in leap year.
1992-04-01 08:57:55 +00:00
Richard M. Stallman
906ad89def
*** empty log message ***
1992-03-28 21:00:42 +00:00
Paul Eggert
b19075d18e
Add clumpname support.
1992-03-21 05:58:05 +00:00
Jim Blandy
9fd54390a8
*** empty log message ***
1992-03-15 03:47:41 +00:00
David J. MacKenzie
e97dd18354
*** empty log message ***
1992-03-09 17:40:11 +00:00
Paul Eggert
ff17867bb6
Don't munge $* when getting date from ChangeLog.
1992-02-05 17:25:10 +00:00
Paul Eggert
4ca2c4b44e
Add -i, -l, -t.
1992-02-05 04:31:18 +00:00
Paul Eggert
b86e861595
Initial revision
1992-02-03 03:20:43 +00:00
Richard M. Stallman
08d0752fde
*** empty log message ***
1992-01-18 22:46:00 +00:00
Jim Blandy
efb859b44a
*** empty log message ***
1992-01-14 08:05:08 +00:00
Michael I. Bushnell
bdd512ede4
*** empty log message ***
1992-01-09 06:37:22 +00:00
Jim Blandy
1464f5d50e
*** empty log message ***
1991-12-21 07:03:14 +00:00
Jim Blandy
3f1f436615
entered into RCS
1991-12-21 06:36:41 +00:00
Richard M. Stallman
e5f7865902
Initial revision
1991-12-21 05:04:13 +00:00
Jim Blandy
b960e00991
*** empty log message ***
1991-12-19 05:21:52 +00:00
Richard M. Stallman
cfa191ff73
*** empty log message ***
1991-12-07 22:01:44 +00:00
Jim Blandy
4bcffd8e3c
entered into RCS
1991-12-04 22:51:54 +00:00
Jim Blandy
92c30eb0b7
*** empty log message ***
1991-12-04 20:24:50 +00:00
Jim Blandy
cc9940c72c
Initial revision
1991-12-04 20:23:21 +00:00
Richard M. Stallman
46cec291bb
Initial revision
1991-09-02 20:23:32 +00:00
Roland McGrath
1e134a5fd8
*** empty log message ***
1991-08-18 01:37:14 +00:00
Jim Blandy
7fb0d26fff
entered into RCS
1991-07-30 21:04:22 +00:00
Richard M. Stallman
06000e3c72
*** empty log message ***
1991-07-25 05:31:52 +00:00
Jim Blandy
2cd8c160ea
entered into RCS
1991-06-03 23:20:54 +00:00
Jim Blandy
b92a743788
entered into RCS
1991-05-31 00:27:05 +00:00
Jim Blandy
c6d46f5f2e
Initial revision
1991-04-11 18:35:30 +00:00
Richard M. Stallman
d953f30677
Initial revision
1991-03-04 02:59:40 +00:00
Jim Blandy
772e200922
*** empty log message ***
1991-01-26 03:29:36 +00:00
Jim Blandy
a8a7afbecb
*** empty log message ***
1991-01-14 23:38:10 +00:00
Jim Blandy
5aafeb12a3
*** empty log message ***
1991-01-13 21:49:51 +00:00
Richard M. Stallman
70da2b8669
*** empty log message ***
1990-11-29 22:33:22 +00:00
Richard M. Stallman
b1ce62a86f
*** empty log message ***
1990-11-13 05:11:43 +00:00
David J. MacKenzie
58fd8a8184
Initial revision
1990-08-08 03:52:54 +00:00
root
5cc564a68d
Initial revision
1990-01-20 04:04:04 +00:00
Richard M. Stallman
701570d7d6
*** empty log message ***
1990-01-02 17:15:30 +00:00
Joseph Arceneaux
93320c2386
*** empty log message ***
1989-10-31 16:00:17 +00:00
Jim Blandy
518dd72246
entered into RCS
1989-10-31 16:00:11 +00:00
Joseph Arceneaux
a2535589a9
Initial revision
1989-10-31 16:00:07 +00:00
Jim Blandy
b54b38e682
Initial revision
1989-07-05 01:37:29 +00:00
Richard M. Stallman
4ec9a77ab6
*** empty log message ***
1989-06-15 16:52:48 +00:00
Jim Blandy
bdf34e4982
entered into RCS
1989-05-27 04:15:37 +00:00
Richard M. Stallman
4293ba7fe6
*** empty log message ***
1989-05-14 22:52:53 +00:00
Richard M. Stallman
f2cc4248dd
Initial revision
1989-05-08 21:10:27 +00:00
Richard M. Stallman
237e001615
Initial revision
1989-04-28 03:54:04 +00:00
Richard M. Stallman
a492a5b96c
*** empty log message ***
1989-01-25 06:54:36 +00:00
Richard M. Stallman
6b3ee98ab2
Initial revision
1988-12-09 17:01:19 +00:00
Jim Blandy
e095fd0c72
Initial revision
1988-06-14 08:25:54 +00:00
Richard M. Stallman
bc8511901e
Initial revision
1988-04-13 06:13:41 +00:00
Jim Blandy
042c85b84f
entered into RCS
1987-05-22 04:15:12 +00:00
Jim Blandy
8523fe3bc2
entered into RCS
1987-03-21 15:52:23 +00:00
Jim Blandy
ce5584125c
entered into RCS
1985-04-18 00:48:29 +00:00