Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (getit, Cobol_paragraphs, Pascal_functions, | Richard M. Stallman | 1998-01-27 | 1 | -10/+22 |
| | | | | | | Postscript_functions, prolog_pred, erlang_func, erlang_attribute): Always make named tags. (Fortran_functions): Grok BLOCK DATA. | ||||
* | (main): Fix interwoven brace and cpp conditional nesting. | Andreas Schwab | 1998-01-23 | 1 | -1/+1 |
| | |||||
* | Allow messages retrieved from the POP | Karl Heuer | 1997-12-04 | 3 | -72/+116 |
| | | | | server to contain embedded nulls. | ||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-12-04 | 1 | -8/+0 |
| | |||||
* | (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a | Paul Eggert | 1997-12-03 | 1 | -0/+9 |
| | | | | | | | | | | | | '>' any lines starting with "From " read from the POP server, but leave the code in place, wrapped in #ifdef MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later because it turns out that something is depending on it. Change suggested by Paul Eggert <eggert@twinsun.com>. Convert the character \037 (^_) at the beginning of a line into the character '^' followed by the character '_', because otherwise Emacs can't parse the resulting file as a valid BABYL file. Change suggested by Paul Eggert <eggert@twinsun.com>. | ||||
* | (b2m): Define VERSION. Link with $(GETOPTOBJS). | Karl Heuer | 1997-11-23 | 1 | -1/+2 |
| | |||||
* | Include getopt.h. | Karl Heuer | 1997-11-23 | 1 | -1/+31 |
| | | | | (main): Use getopt_long to handle --version and --help. | ||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-11-06 | 1 | -8/+5 |
| | |||||
* | (fullwrite): Get rid of an extra call to write. Problem | Karl Heuer | 1997-10-31 | 1 | -2/+2 |
| | | | | pointed out by Chiaki Ishikawa. | ||||
* | (L_getit): Always make named tags so that Emacs | Karl Heuer | 1997-10-16 | 1 | -2/+2 |
| | | | | | completion on symbols containing `:' etc. works. (get_scheme): Likewise. | ||||
* | Use system header files instead of declaring C-library | Karl Heuer | 1997-09-25 | 1 | -7/+7 |
| | | | | functions explicitly. | ||||
* | automatically generated from GPLed version | Paul Eggert | 1997-09-11 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-09-11 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-09-11 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-09-11 | 1 | -0/+2 |
| | |||||
* | Changes for GNU make 3.75.93.make-3-76-1make-3-76 | Paul D. Smith | 1997-09-05 | 1 | -1/+1 |
| | |||||
* | (getpid): Delete function. | Geoff Voelker | 1997-09-03 | 1 | -6/+0 |
| | |||||
* | (movemail.exe): Link wsock32.lib before LIBS. | Geoff Voelker | 1997-09-03 | 1 | -1/+2 |
| | |||||
* | (scan_lisp_file): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -1/+62 |
| | |||||
* | [HAVE_SYSVIPC]: Include errno.h, as in the other case. | Richard M. Stallman | 1997-08-27 | 1 | -1/+14 |
| | | | | (main) [!BSD_SYSTEM]: Fix error message for getcwd failure. | ||||
* | (main): use SOCKLEN_TYPE for fromlen, if it is defined. | Richard M. Stallman | 1997-08-14 | 1 | -0/+4 |
| | |||||
* | automatically generated from GPLed version | Miles Bader | 1997-08-14 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed versionmake-3-75-92 | Paul Eggert | 1997-08-14 | 1 | -1/+1 |
| | |||||
* | Add copyright and permission notices. | Richard M. Stallman | 1997-08-13 | 1 | -0/+19 |
| | |||||
* | (main): Use %08lx instead of %08x in printf because the | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 |
| | | | | variable named addresses is long. | ||||
* | (get_time): Cast arg to fprintf. | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 |
| | |||||
* | Add includes. | Geoff Voelker | 1997-08-09 | 1 | -3/+71 |
| | | | | Undo definitions of crt routines from config.h. | ||||
* | (lisp): Update paths to lisp files that have moved. | Geoff Voelker | 1997-08-09 | 1 | -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. Stallman | 1997-08-06 | 1 | -1/+2 |
| | |||||
* | Support auto-configuration of both Kerberos V4 and | Richard M. Stallman | 1997-07-28 | 1 | -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 and | Richard M. Stallman | 1997-07-28 | 1 | -13/+25 |
| | | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. | ||||
* | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1997-07-20 | 1 | -0/+5 |
| | |||||
* | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1997-07-17 | 1 | -3/+8 |
| | |||||
* | [C_ALLOCA] (xmalloc): New function. | Richard M. Stallman | 1997-07-09 | 1 | -0/+17 |
| | |||||
* | (rindex): Add declaration. | Richard M. Stallman | 1997-07-05 | 1 | -2/+3 |
| | |||||
* | (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define. | Geoff Voelker | 1997-07-01 | 1 | -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. Stallman | 1997-06-27 | 1 | -1/+1 |
| | |||||
* | Don't assign to $0 in awk; some awks don't allow this. | Paul Eggert | 1997-06-26 | 1 | -9/+10 |
| | |||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-06-21 | 1 | -1/+1 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-06-21 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Ulrich Drepper | 1997-06-21 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-06-21 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Miles Bader | 1997-06-21 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-06-21 | 1 | -1/+1 |
| | |||||
* | (readline): Terminate buffer properly when EOF seen. | Karl Heuer | 1997-06-14 | 1 | -1/+2 |
| | | | | Test for valid pointer before dereferencing it. | ||||
* | Also remove -DETAGS_REGEXPS from the target ctags: | Francesco Potortì | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is | Francesco Potortì | 1997-05-30 | 1 | -1/+1 |
| | | | | defined inside etags.c if HAVE_CONFIG_H is defined. | ||||
* | Various cleanups on TeX, Erlang, Prolog, C. | Francesco Potortì | 1997-05-30 | 1 | -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 version | Paul Eggert | 1997-05-27 | 3 | -51/+51 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-05-27 | 3 | -6/+0 |
| |