aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * process.c: conform to C89 pointer rulesPaul Eggert2011-02-062-14/+18
* * lread.c: conform to C89 pointer rulesPaul Eggert2011-02-062-7/+11
* * fns.c: conform to C89 pointer rulesPaul Eggert2011-02-062-12/+17
* * callint.c: conform to C89 pointer rulesPaul Eggert2011-02-062-9/+10
* * editfns.c: conform to C89 pointer rulesPaul Eggert2011-02-062-25/+30
* * print.c: conform to C89 pointer rulesPaul Eggert2011-02-062-8/+11
* * data.c etc: conform to C89 pointer rulesPaul Eggert2011-02-064-7/+8
* * alloc.c: conform to C89 pointer rulesPaul Eggert2011-02-062-3/+7
* * search.c: conform to C89 pointer rulesPaul Eggert2011-02-062-7/+9
* * casefiddle.c: conform to C89 pointer rulesPaul Eggert2011-02-062-3/+3
* * dired.c: conform to C89 pointer rulesPaul Eggert2011-02-062-8/+18
* * fileio.c: conform to C89 pointer rulesPaul Eggert2011-02-062-72/+87
* * minibuf.c: conform to C89 pointer rulesPaul Eggert2011-02-062-2/+3
* * keymap.c: conform to C89 pointer rulesPaul Eggert2011-02-062-5/+9
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-0610-42/+46
* * keyboard.c: conform to C89 pointer rulesPaul Eggert2011-02-062-3/+5
* * image.c: conform to C89 pointer rulesPaul Eggert2011-02-062-6/+7
* * xfns.c: conform to C89 pointer rulesPaul Eggert2011-02-053-5/+7
* * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption.Paul Eggert2011-02-052-1/+5
* * xterm.c: conform to C89 pointer rulesPaul Eggert2011-02-052-17/+21
* * doc.c: conform to C89 pointer rulesPaul Eggert2011-02-052-11/+21
* don't ignore chdir failurePaul Eggert2011-02-053-4/+22
* Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-056-5/+36
|\
| * Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-022-2/+7
| * * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-022-0/+8
| * merge emacs-23Kenichi Handa2011-02-022-1/+5
| |\
| | * * src/window.c (Fselect_window): Add missing return value.Andreas Schwab2011-02-012-1/+5
| * | Use FC_DUAL only when it is defined.Kenichi Handa2011-02-023-2/+16
| |/
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-059-30/+36
* | * charset.c: conform to C89 pointer rulesPaul Eggert2011-02-052-1/+5
* | * xmenu.c: conform to C89 const rulesPaul Eggert2011-02-052-2/+6
* | * xdisp.c: conform to C89 pointer rulesPaul Eggert2011-02-052-29/+39
* | * regex.c: conform to C89 pointer rulesPaul Eggert2011-02-042-2/+7
* | sync from gnulib to remove HAVE_STDBOOL_HPaul Eggert2011-02-042-3/+5
* | Update dependencies in src/makefile.w32-in.Eli Zaretskii2011-02-042-92/+103
* | deps.mk: Update for recent changes: gnutls, gnulib imports, globals.h.Eli Zaretskii2011-02-042-105/+137
* | Adapt to addition of ignore-value.h in 2011-02-03T19:29:35Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-042-0/+7
* | allow C code to suppress warnings about ignored return valuesPaul Eggert2011-02-032-3/+17
* | * xterm.c (x_connection_closed): Remove all calls that calls XSync.Jan Djärv2011-02-032-28/+8
* | Fix a compiler warning in image.c.Eli Zaretskii2011-02-012-1/+6
* | Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv.Jan Djärv2011-02-014-107/+79
* | format-time-string now supports subsecond time stamp resolutionPaul Eggert2011-01-312-9/+26
* | Merge changes from emacs-23 branchChong Yidong2011-01-312-101/+134
|\ \ | |/
| * Fix use of pointers to image library functionsAndreas Schwab2011-01-302-104/+100
| * Fix macro definitions in last change to image.cChong Yidong2011-01-291-2/+2
| * Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-292-2/+40
| * * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong2011-01-282-1/+5
| * Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-262-1/+7
| * * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-262-1/+5
* | Don't define HAVE_STRFTIME on MS-Windows.Eli Zaretskii2011-01-312-1/+2