| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2001-11-16 | 1 | -0/+4 |
| | | |||||
| * | (matching_regexp): Escape '\\'. | Gerd Moellmann | 2001-11-16 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-11-15 | 1 | -0/+5 |
| | | |||||
| * | Add support for --program-prefix, --program-suffix | Pavel Janík | 2001-11-15 | 1 | -5/+10 |
| | | | | | and --program-transform-name options. | ||||
| * | Comment fixes. | Pavel Janík | 2001-11-15 | 1 | -4/+4 |
| | | |||||
| * | fixed format | Sam Steingold | 2001-11-13 | 1 | -103/+103 |
| | | |||||
| * | (xrealloc): Always pass two args to `fatal'. | Richard M. Stallman | 2001-11-03 | 2 | -1/+7 |
| | | |||||
| * | (popmail): Always pass two args to `error'. | Richard M. Stallman | 2001-11-03 | 1 | -1/+1 |
| | | |||||
| * | ignore *-spd and *.pdb for w32 | Sam Steingold | 2001-10-26 | 1 | -1/+2 |
| | | |||||
| * | fix build problems with krb5 and hesiod support | Ken Raeburn | 2001-10-24 | 2 | -2/+19 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-21 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2001-10-21 | 1 | -1/+6 |
| | | |||||
| * | (struct rcsoc_state): New type. | Miles Bader | 2001-10-21 | 1 | -87/+120 |
| | | | | | | | | | (read_c_string_or_comment): Use a variable of type `rcsoc_state' to hold most of our state. (put_char): Add STATE parameter, and remove all other parameters except CH. Use STATE to get access to all needed state. (scan_keyword_or_put_char): New function. | ||||
| * | *** empty log message *** | Miles Bader | 2001-10-21 | 1 | -0/+7 |
| | | |||||
| * | (read_c_string_or_comment): Add SAW_USAGE parameter, and implement | Miles Bader | 2001-10-21 | 1 | -9/+68 |
| | | | | | | | scanning for a `usage:' keyword. (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. Don't output a usage-string if there was one in the doc string. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-21 | 1 | -0/+4 |
| | | |||||
| * | Properly spell the name of Emacs. | Pavel Janík | 2001-10-19 | 2 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2001-10-17 | 1 | -0/+5 |
| | | |||||
| * | (put_char): New function. | Miles Bader | 2001-10-17 | 1 | -8/+48 |
| | | | | | (read_c_string_or_comment): Strip trailing spaces and newlines. | ||||
| * | *** empty log message *** | Miles Bader | 2001-10-16 | 1 | -0/+5 |
| | | |||||
| * | (scan_c_file): Handle `new style' doc strings in comments [with `doc:' | Miles Bader | 2001-10-16 | 1 | -9/+24 |
| | | | | | keyword prefix]. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-15 | 1 | -0/+5 |
| | | |||||
| * | (read_c_string_or_comment): Don't drop a '*' | Gerd Moellmann | 2001-10-15 | 1 | -1/+7 |
| | | | | | in a C doc comment. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-13 | 1 | -0/+6 |
| | | |||||
| * | (read_c_string_or_comment): Renamed from | Gerd Moellmann | 2001-10-13 | 1 | -32/+83 |
| | | | | | | read_c_string. Add parameter COMMENT. Read C-style comments. (scan_c_file): Handle doc strings in C comments. | ||||
| * | *** empty log message *** | Andrew Innes | 2001-10-12 | 1 | -0/+6 |
| | | |||||
| * | (install): Do not copy fakemail. | Andrew Innes | 2001-10-12 | 1 | -1/+0 |
| | | |||||
| * | (ALL): Do not include fakemail. | Andrew Innes | 2001-10-12 | 1 | -2/+1 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2001-10-10 | 1 | -0/+6 |
| | | |||||
| * | Don't install fakemail. | Jason Rumney | 2001-10-10 | 1 | -1/+4 |
| | | |||||
| * | Remove fakemail from ALL | Jason Rumney | 2001-10-10 | 1 | -2/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-10 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-09 | 1 | -0/+8 |
| | | |||||
| * | (main): Cast isdigit() argument to unsigned char. | Gerd Moellmann | 2001-10-09 | 1 | -1/+1 |
| | | | | | From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | ||||
| * | (main): Cast geteuid in sprintf to int. | Gerd Moellmann | 2001-10-09 | 1 | -1/+1 |
| | | | | | From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | ||||
| * | Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. | Pavel Janík | 2001-10-08 | 2 | -2/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-06 | 1 | -0/+5 |
| | | |||||
| * | # | André Spiegel | 2001-10-05 | 1 | -0/+26 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-01 | 1 | -0/+23 |
| | | |||||
| * | (struct alias): Add two new struct members: NAMESP and | Gerd Moellmann | 2001-10-01 | 1 | -36/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | ALIASEE to help work with namespace aliases. (struct sym): Remove struct member NAMESP_ALIASES. (namespace_alias_table): New variable. (make_namespace): Add parameter CONTEXT. (check_namespace): New function. (find_namespace): Add parameter CONTEXT. (check_namespace_alias): New function. (register_namespace_alias): Change type of parameter OLD_NAME. Search for already defined alias in NAMESPACE_ALIAS_TABLE. (check_namespace): New function. (enter_namespace): Call find_namespace with CONTEXT parameter. (match_qualified_namespace_alias): New function. (parse_qualified_ident_or_type): Fixed typo in comment. While parsing qualified ident or type update namespace context and restore it on exit. (parse_qualified_param_ident_or_type): Fixed typo in comment. (globals): Changed handling of namespace aliases. (version): Added year 2001. | ||||
| * | Etags dumped core whan using -R. Eli corrected this. | Francesco Potortì | 2001-09-17 | 1 | -1/+6 |
| | | |||||
| * | * etags.c (analyse_regex): If regex_arg is NULL, return | Francesco Potortì | 2001-09-17 | 1 | -2/+5 |
| | | | | | immediately after a call to free_patterns. | ||||
| * | (Help, mainline code): Add new option -L FILE. | Paul Eggert | 2001-09-05 | 1 | -200/+245 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Copyright): Update year. (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the C locale. (mainline code): Handle nonstandard -u option differently, by transforming it to standard form. Check for "Working file: ", not "Working file:". Allow file names with spaces. (SOH, rlogfile): New shell vars. (rlogout): Remove. Its old functionality is mostly migrated to rlogfile. Append ';;' to the last arm of every case statement, for portability to ancient broken BSD shells. (logins): Fix bug; was not being computed at all, lowering performance. (pository): New var. This fixes some bugs where repositories are remote, or have trailing slashes. (authors): $llogout is never an empty shell var, so don't worry about that possibility. (printlogline, mainline code): Fix bug with SOH's being put into the output. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-09-05 | 1 | -3/+4 |
| | | |||||
| * | (SEEK_END): #define if not defined by system headers. | Eli Zaretskii | 2001-09-01 | 2 | -0/+10 |
| | | | | | Suggested by Dave Love <d.love@dl.ac.uk>. | ||||
| * | (lisp): Synchronize with src/Makefile.in. | Eli Zaretskii | 2001-08-29 | 3 | -2/+29 |
| | | |||||
| * | Fix a typo in a comment. | Eli Zaretskii | 2001-08-09 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-25 | 1 | -0/+8 |
| | | |||||
| * | (parse_changelog): Remove unused local variable. | Gerd Moellmann | 2001-07-25 | 1 | -19/+33 |
| | | | | | | | (main): Add new option --reverse. (print_log): Use it. (parse_changelog): Use it. | ||||
| * | Remove RCS Id keyword. | Gerd Moellmann | 2001-07-20 | 2 | -1/+5 |
| | | |||||