aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
|
* * pop.c (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-0/+4
|
* * movemail.c: Remove references to XENIX.Dan Nicolaescu2008-01-182-7/+7
| | | | * m/intel386.h: Remove references to XENIX.
* * movemail.c:Dan Nicolaescu2008-01-133-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
* (decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in theEli Zaretskii2008-01-122-2/+17
| | | | | | environment. Don't support -d. (print_help_and_exit) [WINDOWSNT]: Don't show the --display option. (longopts) [WINDOWSNT]: Remove --display.
* (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-3/+29
| | | | conversion. Mistakes spotted by Nico Golde.
* * pop.c (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-0/+5
| | | | conversion. Mistakes spotted by Nico Golde.
* Add missing final newlines to message calls.Glenn Morris2008-01-092-6/+14
|
* Daniel Hackney <dan at haxney.org> (tiny change)Glenn Morris2008-01-091-1/+1
| | | | (set_socket): Add trailing newline to socket error message.
* Merge from emacs--rel--22Miles Bader2008-01-0823-23/+25
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-0725-25/+27
| |
| * (Copyright): Update to 2008.Glenn Morris2008-01-042-2/+11
| |
| * (version): Just use current year for short copyright; update to 2008.Glenn Morris2008-01-041-2/+3
| |
| * (print_version): Update copyright to 2008.Glenn Morris2008-01-041-1/+1
| |
* | *** empty log message ***Juanma Barranquero2008-01-071-9/+9
| |
* | (Copyright): Update to 2008.Glenn Morris2008-01-042-1/+9
| |
* | (version) <emacs_copyright>: New variable. Just use current year for copyright.Glenn Morris2008-01-041-2/+6
| |
* | (print_version): Update copyright to 2008.Glenn Morris2008-01-041-2/+2
| |
* | *** empty log message ***Juanma Barranquero2007-12-061-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-12-062-2/+17
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
| * (default_C_help) [CTAGS]: differentiate the help string,Francesco Potortì2007-11-221-15/+23
| | | | | | | | | | | | as the defaults in ctags are different from etags. (default_C_help, Cplusplus_help, PHP_help, print_help): Remove text saying --members is the default: not true in Emacs 22.
| * Help strings corrections in etags.c.Francesco Potortì2007-11-221-0/+7
| |
| * Backporting bug corrections from trunk.Francesco Potortì2007-11-201-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): In case '}' decrement bracelev before testing it. 2007-11-15 Masatake YAMATO <jet@gyve.org> * etags.c (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): Reset the fvdef machine when out of function. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline.
| * Backporting bug corrections from trunk.Francesco Potortì2007-11-201-0/+10
| |
| * etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | (VMS_SUPPORT): No longer byte-compiled.Jason Rumney2007-11-282-1/+5
| |
* | (socket_connection): Remove AI_ADDRCONFIG.Jan Djärv2007-11-272-1/+5
| |
* | (socket_connection): Move realhost out of #ifdefs.Jan Djärv2007-11-192-5/+18
| | | | | | | | Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
* | (socket_connection): Use getaddrinfo if available.Jan Djärv2007-11-182-5/+55
| |
* | etags.c:Francesco Potortì2007-11-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Make prototypes for extern definitions, and add all that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
* | Make prototypes for extern definitions, and add allFrancesco Potortì2007-11-151-38/+35
| | | | | | | | | | | | | | | | | | | | | | | | that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
* | etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-2/+2
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-012-1/+5
| | | | | | | | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
* | (obj): Remove abbrev.o.Juanma Barranquero2007-10-282-1/+5
| |
* | Comment change.Juanma Barranquero2007-10-271-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-10-272-2/+30
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
| * Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-7/+128
| | | | | | | | | | | | | | | | | | | | | | Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (xmalloc): New function by Károly Lőrentey (backported from the trunk). (quote_file_name): Use it. (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
| * (sock_err_message): New function.Jason Rumney2007-10-252-2/+30
| | | | | | | | (set_tcp_socket): Use it.
* | Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-10/+113
| | | | | | | | | | | | | | | | | | Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
* | (print_help_and_exit): Fix space to improve alignment in output messages.Juanma Barranquero2007-10-092-1/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-10-093-5/+16
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-272-3/+14
| |
| * (emacsclient, emacsclientw): Link to COMCTL32.Jason Rumney2007-09-271-2/+2
| |
* | Remove broken end-of-file comment.Glenn Morris2007-10-061-3/+0
| |
* | Remove obsolete file.Glenn Morris2007-09-211-504/+0
| |
* | (emacstool, nemacstool, xvetool, xveterm): Delete targets built fromGlenn Morris2007-09-211-20/+2
| | | | | | | | emacstool.
* | *** empty log message ***Glenn Morris2007-09-211-0/+6
| |
* | (decode_options): -t implies -c.Stefan Monnier2007-09-212-0/+5
| |
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)Stefan Monnier2007-09-202-37/+29
| | | | | | | | | | | | (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME). (main_argc): Remove. (strprefix): Use strncmp.