aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove fakemail from ALLJason Rumney2001-10-101-2/+1
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-091-0/+8
|
* (main): Cast isdigit() argument to unsigned char.Gerd Moellmann2001-10-091-1/+1
| | | | From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
* (main): Cast geteuid in sprintf to int.Gerd Moellmann2001-10-091-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ík2001-10-082-2/+7
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+5
|
* #André Spiegel2001-10-051-0/+26
|
* *** empty log message ***Gerd Moellmann2001-10-011-0/+23
|
* (struct alias): Add two new struct members: NAMESP andGerd Moellmann2001-10-011-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-171-1/+6
|
* * etags.c (analyse_regex): If regex_arg is NULL, returnFrancesco Potortì2001-09-171-2/+5
| | | | immediately after a call to free_patterns.
* (Help, mainline code): Add new option -L FILE.Paul Eggert2001-09-051-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 Moellmann2001-09-051-3/+4
|
* (SEEK_END): #define if not defined by system headers.Eli Zaretskii2001-09-012-0/+10
| | | | Suggested by Dave Love <d.love@dl.ac.uk>.
* (lisp): Synchronize with src/Makefile.in.Eli Zaretskii2001-08-293-2/+29
|
* Fix a typo in a comment.Eli Zaretskii2001-08-091-1/+1
|
* *** empty log message ***Gerd Moellmann2001-07-251-0/+8
|
* (parse_changelog): Remove unused local variable.Gerd Moellmann2001-07-251-19/+33
| | | | | | (main): Add new option --reverse. (print_log): Use it. (parse_changelog): Use it.
* Remove RCS Id keyword.Gerd Moellmann2001-07-202-1/+5
|
* (main, parse_changelog): Make "use strict"-clean.Gerd Moellmann2001-07-201-14/+19
|
* *** empty log message ***Gerd Moellmann2001-07-201-3/+3
|
* (parse_changelog): Add another test for defined value toGerd Moellmann2001-07-201-1/+3
| | | | quiet warnings from Perl 5.005 and above.
* *** empty log message ***Gerd Moellmann2001-07-201-0/+2
|
* (entry_match_p, header_match_p): Fix handling of null or emptyGerd Moellmann2001-07-201-1/+5
| | | | argument to prevent duplicate headers.
* (parse_changelog): Add test for defined value toGerd Moellmann2001-07-202-3/+8
| | | | quiet warning from Perl 5.005 or above.
* Update copyright notice.Gerd Moellmann2001-07-201-0/+680
|
* *** empty log message ***Gerd Moellmann2001-07-171-0/+10
|
* (print_help_and_exit): Fix help message forGerd Moellmann2001-07-171-3/+5
| | | | | | | +LINE:COLUMN option. (main): Add support for +LINE:COLUMN command line argument.
* *** empty log message ***Gerd Moellmann2001-07-161-0/+5
|
* (main): Check that the output file exists andGerd Moellmann2001-07-161-1/+27
| | | | is non-empty if invoked with `--append'.
* properly mark Attic files as deletedKen Raeburn2001-07-066-1713/+0
|
* Add fns.el, which is produced on MS-DOS instead of fns-*.el.Eli Zaretskii2001-06-291-0/+1
|
* Redundant file removed. Use etc/etags.1Francesco Potortì2001-05-171-266/+0
|
* *** empty log message ***Gerd Moellmann2001-05-151-4/+4
|
* Small etags.c and etags.1 changes.Francesco Potortì2001-05-141-1/+9
|
* (add_regex): Reset the whole newly allocated pattern buffer instead ofFrancesco Potortì2001-05-141-6/+5
| | | | the individual members. It's safer and works with Xemacs.
* Markups corrected.Francesco Potortì2001-05-141-24/+27
|
* Remove the entry for the 19.34 release. RMS says it was done on a branch.Eli Zaretskii2001-05-111-4/+0
|
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-091-27/+0
|
* *** empty log message ***Gerd Moellmann2001-05-081-0/+5
|
* (enter_namespace): Fix reallocation ofGerd Moellmann2001-05-081-2/+3
| | | | namespace_stack.
* Update copyright notice.Gerd Moellmann2001-05-071-1/+2
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* (globals): Fix handling of namespace aliases.Gerd Moellmann2001-05-032-1/+8
|
* (print_help): Enclose the regexp in the help text example in quotes.Eli Zaretskii2001-04-272-1/+6
|
* (fail): Don't return a value.Dave Love2001-04-052-2/+8
| | | | (main): Cast uid values for sprintf.
* *** empty log message ***Gerd Moellmann2001-04-031-0/+2
|
* (fail, main): Don't use implicit int return type.Gerd Moellmann2001-04-031-1/+4
|
* *** empty log message ***Gerd Moellmann2001-04-031-0/+4
|