summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* Changes for GNU make 3.75.93.make-3-76-1make-3-76Paul D. Smith1997-09-051-1/+1
|
* (getpid): Delete function.Geoff Voelker1997-09-031-6/+0
|
* (movemail.exe): Link wsock32.lib before LIBS.Geoff Voelker1997-09-031-1/+2
|
* (scan_lisp_file): Handle custom-declare-variable.Richard M. Stallman1997-08-311-1/+62
|
* [HAVE_SYSVIPC]: Include errno.h, as in the other case.Richard M. Stallman1997-08-271-1/+14
| | | | (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
* (main): use SOCKLEN_TYPE for fromlen, if it is defined.Richard M. Stallman1997-08-141-0/+4
|
* automatically generated from GPLed versionMiles Bader1997-08-141-17/+17
|
* automatically generated from GPLed versionmake-3-75-92Paul Eggert1997-08-141-1/+1
|
* Add copyright and permission notices.Richard M. Stallman1997-08-131-0/+19
|
* (main): Use %08lx instead of %08x in printf because theRichard M. Stallman1997-08-131-1/+1
| | | | variable named addresses is long.
* (get_time): Cast arg to fprintf.Richard M. Stallman1997-08-131-1/+1
|
* Add includes.Geoff Voelker1997-08-091-3/+71
| | | | Undo definitions of crt routines from config.h.
* (lisp): Update paths to lisp files that have moved.Geoff Voelker1997-08-091-7/+19
| | | | | | (ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes.
* (Yacc_suffixes, Asm_suffixes): Add some alternatives.Richard M. Stallman1997-08-061-1/+2
|
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-45/+68
| | | | | | | | | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. Include <string.h> when STDC_HEADERS is defined, to get declarations of string functions. [KERBEROS5] (socket_connection): Support the current MIT Kerberos V5 API rather than the old one. [KERBEROS] (socket_connection): Change a constant name from SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict with a constant in a header file.
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-13/+25
| | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries.
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-201-0/+5
|
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-171-3/+8
|
* [C_ALLOCA] (xmalloc): New function.Richard M. Stallman1997-07-091-0/+17
|
* (rindex): Add declaration.Richard M. Stallman1997-07-051-2/+3
|
* (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.Geoff Voelker1997-07-011-40/+78
| | | | | | | (movemail.exe): Depend upon and link with getopt files. (obj): Include new source files. (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define. (lisp): Include new and reorganized elisp files.
* (blessmail): Find blessmail.el in mail subdirectory.Richard M. Stallman1997-06-271-1/+1
|
* Don't assign to $0 in awk; some awks don't allow this.Paul Eggert1997-06-261-9/+10
|
* automatically generated from GPLed versionUlrich Drepper1997-06-211-1/+1
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-17/+17
|
* automatically generated from GPLed versionUlrich Drepper1997-06-211-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-17/+17
|
* automatically generated from GPLed versionMiles Bader1997-06-211-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-06-211-1/+1
|
* (readline): Terminate buffer properly when EOF seen.Karl Heuer1997-06-141-1/+2
| | | | Test for valid pointer before dereferencing it.
* Also remove -DETAGS_REGEXPS from the target ctags:Francesco Potortì1997-06-021-1/+1
|
* * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it isFrancesco Potortì1997-05-301-1/+1
| | | | defined inside etags.c if HAVE_CONFIG_H is defined.
* Various cleanups on TeX, Erlang, Prolog, C.Francesco Potortì1997-05-301-430/+577
| | | | | | | | | New function new_pfnote will be used for "optimised tags", but it depends on a constant that disables it for now. New possibility of tagging global variables in C/C++/ObjC/Java is enabled by default. Tags of member variables is disabled by default. Options --(no-)members and --(no-)globals control them. New symbol table entries for "import", "package" and "friend".
* automatically generated from GPLed versionPaul Eggert1997-05-273-51/+51
|
* automatically generated from GPLed versionPaul Eggert1997-05-273-6/+0
|
* (files): When computing arguments automatically, ignore non-filesPaul Eggert1997-05-132-4/+8
| | | | within the RCS subdirectory.
* Added support for the Java language.Francesco Potortì1997-05-131-10/+11
|
* * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.Francesco Potortì1997-05-121-95/+207
| | | | | | | | (Postscript_suffixes): .ps is Postscript. (lang_names): Add Postscript. (Postscript_functions): New function. (TEX_decode_env): Close minor memory leak. (just_read_file): Correct the char number of the tag.
* (loginFullnameMailaddrs, logins, rlog_options, files): Don't prepend $nlPaul Eggert1997-05-112-42/+84
| | | | | | since this causes some shells to generate the empty string when IFS is $nl. (printlogline): Use SOH (octal code 1), not CR, since some PC-based shells mishandle CR.
* Doc fix: CR is \015, not \013.Paul Eggert1997-05-112-4/+4
|
* (getline): Don't miss CRLF pairs when the CR and LF areRichard M. Stallman1997-05-061-1/+3
| | | | read in separate blocks.
* * etags.c [TeX_named_tokens]: Set to FALSE if undefined.Francesco Potortì1997-04-301-80/+91
| | | | | | | | | | | | (struct linebuffer): New member `len' is the length of the string. (find_entries, Pascal_functions, TeX_functions, TEX_getit): Use it instead of strlen. (TEX_getit): Declare and define unconditionally as static. (TeX_functions): Use if instead of #if TeX_named_tokens. (add_regex): Set RE_INTERVALS flag for regex compilation. (substitute): Code cleanup. (readline_internal): Code cleanup, set new member `len'. (readline): Bug corrected.
* Change references of windowsnt.h to ms-w32.h.Geoff Voelker1997-04-231-13/+13
| | | | (obj): Change references of nt*.c files to w32*.c files.
* automatically generated from GPLed versionPaul Eggert1997-04-181-0/+1055
|
* Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1997-04-151-91/+87
| | | | | | | | | | | * etags.c (xnew): Add support for debugging with chkmalloc. (error): Use this instead of printf whenever possible. (main): Only call xnew after having initialised progname. (substitute): Bad memory corruption error corrected. * etags.c (add_regex): Undo previous change. (relative_filename): Small memory leak closed. (absolute_filename): Cleaned up the code, possibly closing a bug. (absolute_dirname): Always return a newly allocated string.
* (initialize_fullname): Set NIS_PATH to the empty string before invokingPaul Eggert1997-03-232-4/+4
| | | | nismatch, in case it's set to some nonstandard value.
* (files): Ignore files in RCS directory whose names are of the form ,*,Paul Eggert1997-03-212-6/+22
| | | | | or *_; they are probably RCS lock files. Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver; they are used by rcsfreeze.
* * etags.c (add_regex): reset *putbuf before using it.Francesco Potortì1997-03-171-7/+4
|
* (popmail): Remove some unnecessary functionKarl Heuer1997-02-231-6/+5
| | | | | | | | declarations. (popmail, pop_retr): Since popmail always passes mbx_write and mbf into pop_retr, there's no reason to pass in mbx_write, and the file argument can be declared FILE * explicitly. This fixes a compilation problem on systems with 64-bit pointers.
* Delete duplicate inclusion of fcntl.hKarl Heuer1997-02-141-9/+0
| | | | and duplicate #undefs of open, read, write, close.