aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (DOC, clean): Don't use switches to del not supported by Win95.Geoff Voelker1995-11-221-3/+3
|
* (regex.o): Depend on ../src/config.h.Richard M. Stallman1995-11-141-1/+1
|
* (LIB_STANDARD): Extract this as in src/Makefile.in.Richard M. Stallman1995-11-121-1/+12
| | | | (LOADLIBES): Use LIB_STANDARD.
* (DOC): Include strings from w32term.c, w32xfns.c,Geoff Voelker1995-11-071-5/+1
| | | | | w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove Win95 conditional.
* * etags.c (get_lang_from_name, get_lang_from_interpreter,Francesco Potortì1995-11-061-142/+251
| | | | | | | | | | | | get_lang_from_suffix): New functions. (get_language): Function deleted. (lang_entry): Two members added to struct. (lang_names): Reflect the new layout of lang_entry. (print_language_names, main, find_entries): Use the new functions. (find_entries): Look at the first line for #! if no language. (C_entries): Invalidate the token when funcdef is reset. (Perl_functions): New function. (lang_suffixes): .pl and .pm are Perl suffixes.
* * etags.c (lowcase): Use the standard tolower function.Francesco Potortì1995-11-021-96/+81
| | | | | | | | | | | | | (substitute): Remove some wrong and some useless code related with escape `\` character in regexp replacement string. (TEX_defenv): Added part, appendix, entry, index. Removed typeout. (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; .prolog for prolog (.pl removed). (massage_name, etags_getcwd): Use lowcase instead of tolower. (regex.h): Don't include it if REGEX_IN_LIBC is defined. (C_entries, find_entries): Added comments about memory leakage. (add_node): Dead code removed.
* (getdate.o, movemail.o): Specify -Demacs.Richard M. Stallman1995-10-301-6/+8
| | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
* Add #undef for open, close, read, write.Richard M. Stallman1995-08-311-0/+6
|
* [HAVE_CONFIG_H]: Include config.h.Roland McGrath1995-08-231-1/+10
| | | | | [! O_RDONLY]: Define it to zero. (main): Use O_RDONLY instead of explicit zero.
* (getdate.c): New target.Richard M. Stallman1995-08-181-4/+6
| | | | (getdate.o): Just compile getdate.c.
* * etags.c (Pascal_functions): Close comment bug corrected.Francesco Potortì1995-08-171-87/+92
| | | | | | | | | | | | | | (add_node): Correctly compare node file names. (Pascal_functions): Correctly allocate and free memory for tline. (pfnote): Put the definition of fp in the innermost block. (NODE): `named' member removed. (pfnote, free_tree, put_entries, total_size_of_entries): Do not use the `named' member, check whether `name' is NULL instead. (pfnote): `named' argument removed, all callers changed. (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, TeX_functions, TEX_getit, prolog_getit): Useless string allocation removed from pfnote call, some code cleanup. (relative_filename): Free temporary space allocated by concat.
* (xrealloc): Change cast to match return type.Karl Heuer1995-08-121-1/+1
|
* (xmalloc, xrealloc): Use return-type long *.Richard M. Stallman1995-08-111-6/+6
|
* (main): Fix previous change.Richard M. Stallman1995-08-061-2/+6
| | | | Add error check for empty OUTNAME.
* (main): Mention lock file name in error message.Richard M. Stallman1995-08-051-1/+5
|
* (gettimeofday): New function, defined if necessary.Richard M. Stallman1995-07-301-0/+17
|
* (distclean): Delete Makefile.c, not Makefile.in.Richard M. Stallman1995-07-181-2/+2
|
* Comment change.Richard M. Stallman1995-07-181-2/+2
|
* (tags): Synonym for `TAGS'.Karl Heuer1995-07-171-0/+1
|
* (install, maybe-blessmail): Don't cd ..;Karl Heuer1995-07-161-4/+4
| | | | configure has already set $(INSTALL) to the proper relative path.
* (datearg): Separate date from time with comma, not space,Paul Eggert1995-07-081-4/+5
| | | | | to avoid CVS 1.5 bug. (CVSROOT): Don't abort if unset and if repository is an absolute pathname.
* Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systemsPaul Eggert1995-07-073-5/+5
| | | | that interpret `#! /' as a 4-byte magic number.
* (main) [MAIL_USE_POP]: When a user specifies aRichard M. Stallman1995-06-301-7/+2
| | | | mailbox with "po:mailbox", the mailbox is everything after the "po:" prefix.
* Make all error messages start with `Error: '.Richard M. Stallman1995-06-281-24/+38
| | | | (fatal_error, perror_1): New functions, use throughout.
* (CVSROOT, repository): Allow remote repositories a la CVS 1.4.Paul Eggert1995-06-281-9/+17
|
* * etags.c (plain_C_entries): new function.Francesco Potortì1995-06-271-31/+48
| | | | | | | | | (lowcase): new macro. (tail, Fortran_functions, Pascal_functions): use new macro lowcase. (lang_suffixes): new suffix ".pc" for Pro*C files. (consider_token): don't tag all tokens beginning with DEFUN & Co.. (tail): look for the end of the token when comparing. (takeprec): since now tail behaves differently, use strneq.
* (main): Add newline in usage message.Richard M. Stallman1995-06-261-1/+1
|
* (scan_file): Make sure it never looks at filename[-1].Richard M. Stallman1995-06-211-2/+2
|
* (main) [MSDOS]: Do set _fmode.Richard M. Stallman1995-06-211-1/+1
| | | | This undoes part of the previous change.
* * etags.c (find_entries): rewind before rereading the input file.Francesco Potortì1995-06-211-12/+14
|
* (main): On MSDOS, don't change stdout to binary, and insist on an -o option.Richard M. Stallman1995-06-201-2/+9
|
* (process_file,absolute_filename): Handle filenamesRichard M. Stallman1995-06-151-0/+8
| | | | starting with a drive letter.
* (install): Copy wakeup.exe properly.Richard M. Stallman1995-06-151-1/+1
|
* [MSDOS]: #undef chdir.Karl Heuer1995-06-081-0/+6
|
* (output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta.Paul Eggert1995-06-041-1/+1
|
* * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raiseFrancesco Potortì1995-05-291-8/+6
| | | | compatibility problems.
* * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raiseFrancesco Potortì1995-05-291-8/+10
| | | | compatibility problems.
* (etags_getcwd): Don't use #elif.Karl Heuer1995-05-271-7/+5
| | | | Have just one function body.
* Use BASE_LIBS.Geoff Voelker1995-05-261-16/+18
| | | | | | | | | | | (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend upon LIBS. (DOC): Use del instead of rm. (DOC) [WINDOWS95]: Use DOC. (clean): Handle MSVC aux files. (config.h,paths.h): Use $(CP) instead of cp. (config.h): Use $(CONFIG_H) (make-docfile.obj): Depend upon config.h. Clean up comments.
* * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because theFrancesco Potortì1995-05-231-4/+4
| | | | former gives the true path even in the presence of simlinks.
* (main): Increase lock timeout to five minutes.Richard M. Stallman1995-05-071-2/+5
|
* (obj): Use .c files.Richard M. Stallman1995-05-071-1/+1
|
* Include config.h.Richard M. Stallman1995-05-041-2/+5
| | | | | (NO_SHORTNAMES): New definition. (xmalloc): Return long *.
* (xmalloc): Declare it to return long *.Richard M. Stallman1995-05-041-3/+3
|
* (xmalloc, xrealloc): Declare them long *.Richard M. Stallman1995-05-041-5/+5
|
* (C_entries): Cast result of xrealloc.Richard M. Stallman1995-05-041-9/+11
| | | | (xmalloc, xrealloc): Declare them to return long *.
* (datearg): If rlog options are specified explicitly,Paul Eggert1995-04-301-58/+70
| | | | | | omit the implicit '-d>DATE' option. (repository, rlog): Allow absolute paths to CVS repositories. Look only at the first line of CVS/Repository.
* (extraclean): Depend on maintainer-clean, notKarl Heuer1995-04-261-1/+1
| | | | realclean.
* [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):Richard M. Stallman1995-04-251-0/+6
| | | | Alternative (empty) definitions.
* (main): Add argv[0] to an error message.Richard M. Stallman1995-04-181-1/+1
|