aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Undo previous change.Dan Nicolaescu2008-02-102-1/+9
|
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-092-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
* * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsoleteDan Nicolaescu2008-02-092-6/+6
| | | | | | | | | | | | | | | | | variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
* (decode_options): Fix last change so as not to override an explicit -display.Stefan Monnier2008-02-081-1/+1
|
* (decode_options): Pass --display implicitly if -cStefan Monnier2008-02-082-10/+17
| | | | is specified. Only set tty if -t or -c is specified.
* Some tidying post-unicode-merge: typos, tense, simplification, filling.Glenn Morris2008-02-071-3/+2
|
* Adjust dates of unicode merge entries to UTC.Miles Bader2008-02-041-3/+3
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
* (lisp1): Use (), not {}.Jason Rumney2008-02-042-1/+5
|
* Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-5/+6
| | | | gperf output.
* * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | gperf output.
* Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-012-17/+16
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
* Merge from emacs--devo--0Miles Bader2008-01-305-39/+108
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
| * (decode_options): Default to a NULL display, as Emacs-22.Stefan Monnier2008-01-262-4/+21
| | | | | | | | | | Allow the -d option under w32 again, for those rare cases where it actually does make sense.
| * *** empty log message ***Juanma Barranquero2008-01-251-1/+1
| |
| * (set_tcp_socket): Don't send a "\n" after the authentication string;Juanma Barranquero2008-01-252-3/+8
| | | | | | | | there's no need to haste.
| * (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--devo--0Miles Bader2008-01-0925-35/+49
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * 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
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-161-1/+1
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
| * | *** empty log message ***Juanma Barranquero2007-12-061-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-064-50/+148
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
| * | 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).