| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | (main, parse_changelog): Make "use strict"-clean. | Gerd Moellmann | 2001-07-20 | 1 | -14/+19 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-20 | 1 | -3/+3 | |
| | | ||||||
| * | (parse_changelog): Add another test for defined value to | Gerd Moellmann | 2001-07-20 | 1 | -1/+3 | |
| | | | | | quiet warnings from Perl 5.005 and above. | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-20 | 1 | -0/+2 | |
| | | ||||||
| * | (entry_match_p, header_match_p): Fix handling of null or empty | Gerd Moellmann | 2001-07-20 | 1 | -1/+5 | |
| | | | | | argument to prevent duplicate headers. | |||||
| * | (parse_changelog): Add test for defined value to | Gerd Moellmann | 2001-07-20 | 2 | -3/+8 | |
| | | | | | quiet warning from Perl 5.005 or above. | |||||
| * | Update copyright notice. | Gerd Moellmann | 2001-07-20 | 1 | -0/+680 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-17 | 1 | -0/+10 | |
| | | ||||||
| * | (print_help_and_exit): Fix help message for | Gerd Moellmann | 2001-07-17 | 1 | -3/+5 | |
| | | | | | | | | +LINE:COLUMN option. (main): Add support for +LINE:COLUMN command line argument. | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-16 | 1 | -0/+5 | |
| | | ||||||
| * | (main): Check that the output file exists and | Gerd Moellmann | 2001-07-16 | 1 | -1/+27 | |
| | | | | | is non-empty if invoked with `--append'. | |||||
| * | properly mark Attic files as deleted | Ken Raeburn | 2001-07-06 | 6 | -1713/+0 | |
| | | ||||||
| * | Add fns.el, which is produced on MS-DOS instead of fns-*.el. | Eli Zaretskii | 2001-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | Redundant file removed. Use etc/etags.1 | Francesco Potortì | 2001-05-17 | 1 | -266/+0 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-15 | 1 | -4/+4 | |
| | | ||||||
| * | Small etags.c and etags.1 changes. | Francesco Potortì | 2001-05-14 | 1 | -1/+9 | |
| | | ||||||
| * | (add_regex): Reset the whole newly allocated pattern buffer instead of | Francesco Potortì | 2001-05-14 | 1 | -6/+5 | |
| | | | | | the individual members. It's safer and works with Xemacs. | |||||
| * | Markups corrected. | Francesco Potortì | 2001-05-14 | 1 | -24/+27 | |
| | | ||||||
| * | Remove the entry for the 19.34 release. RMS says it was done on a branch. | Eli Zaretskii | 2001-05-11 | 1 | -4/+0 | |
| | | ||||||
| * | Remove log entries for 20.5 .. 20.7. | Gerd Moellmann | 2001-05-09 | 1 | -27/+0 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-05-08 | 1 | -0/+5 | |
| | | ||||||
| * | (enter_namespace): Fix reallocation of | Gerd Moellmann | 2001-05-08 | 1 | -2/+3 | |
| | | | | | namespace_stack. | |||||
| * | Update copyright notice. | Gerd Moellmann | 2001-05-07 | 1 | -1/+2 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2001-05-04 | 1 | -0/+4 | |
| | | ||||||
| * | (globals): Fix handling of namespace aliases. | Gerd Moellmann | 2001-05-03 | 2 | -1/+8 | |
| | | ||||||
| * | (print_help): Enclose the regexp in the help text example in quotes. | Eli Zaretskii | 2001-04-27 | 2 | -1/+6 | |
| | | ||||||
| * | (fail): Don't return a value. | Dave Love | 2001-04-05 | 2 | -2/+8 | |
| | | | | | (main): Cast uid values for sprintf. | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-03 | 1 | -0/+2 | |
| | | ||||||
| * | (fail, main): Don't use implicit int return type. | Gerd Moellmann | 2001-04-03 | 1 | -1/+4 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-04-03 | 1 | -0/+4 | |
| | | ||||||