aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * frame.c (Fmodify_frame_parameters): Simplify loop counter.Paul Eggert2011-03-212-1/+5
* * ebrowse.c: Use size_t, not int, for sizes.Paul Eggert2011-03-212-12/+17
* * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.Paul Eggert2011-03-212-1/+3
* etags: In Prolog functions, don't assume int fits in size_t.Paul Eggert2011-03-212-16/+22
* Merge from gnulib.Paul Eggert2011-03-211-5/+6
* Add Bug#.Paul Eggert2011-03-211-2/+2
* update-game-score: fix bug with -rPaul Eggert2011-03-212-6/+14
* Add Bug#.Paul Eggert2011-03-201-1/+2
* Merge from trunk and from gnulib stdio.Paul Eggert2011-03-2056-212/+27793
|\
| * Autogenerate.Paul Eggert2011-03-202-1/+117
| * * .bzrignore: Add lib/stdio.h.Paul Eggert2011-03-201-0/+1
| * [ChangeLog]Paul Eggert2011-03-207-5/+1278
| * Fix typo in a README.Glenn Morris2011-03-201-1/+1
| * Fix date of merged entry.Glenn Morris2011-03-201-1/+1
| * * autogen/update_autogen: Make bzr commit respect -q option.Glenn Morris2011-03-201-1/+4
| * Auto-commit of generated files.Glenn Morris2011-03-201-1/+1
| * (Re)move autotools generated files from the repository.Glenn Morris2011-03-2013-640/+1034
| * * calc/calc-menu.el (calc-units-menu): Add entries for logarithmicJay Belanger2011-03-202-0/+110
| * src/minibuf.c: Fix previous change.Juanma Barranquero2011-03-202-2/+7
| * New variable completing-read-function to customize completing-readLeo Liu2011-03-205-5/+51
| * * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.Christian Ohler2011-03-202-5/+11
| * Add error for dired-create-directory on existing file (Bug#8246).Chong Yidong2011-03-193-2/+9
| * Fix facemenu to populate buffer inside the with-help-window call.Chong Yidong2011-03-192-27/+17
| * Merge changes from emacs-23 branchChong Yidong2011-03-1911-36/+68
| |\
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-197-133/+148
| | * Fix emerge.el on MS-Windows and MS-DOS.Eli Zaretskii2011-03-192-9/+21
| | * src/xfaces.c (Fx_load_color_file): Read color file from absolute filename.Juanma Barranquero2011-03-172-1/+6
| | * * strings.texi (String Conversion): Don't mention string-make-(uni|multi)byte.Stefan Monnier2011-03-164-12/+16
| | * lisp/info.el: Fix bug#8258.Ralph Schleicher2011-03-162-5/+11
| | * Backport 2011-03-06T01:42:13Z!rgm@gnu.org from trunk.Glenn Morris2011-03-132-13/+24
| | * lisp/avoid.el: Fix typos in docstrings.Juanma Barranquero2011-03-122-8/+13
| * | Fix tar package handling, and clean up package-subdirectory-regexp usage.Chong Yidong2011-03-193-29/+46
| * | Fix typos.Juanma Barranquero2011-03-193-19/+18
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-03-192-20/+30
| * | gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.Julien Danjou2011-03-192-4/+7
| * | * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings fromStefan Monnier2011-03-182-12/+16
| * | Merge changes made in Gnus trunk.Gnus developers2011-03-1810-14/+94
* | | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail.Paul Eggert2011-03-202-3/+8
* | | Add Bug#.Paul Eggert2011-03-201-1/+1
* | | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert2011-03-202-6/+13
* | | Merge: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-2012-30/+205
|\ \ \
| * | | Merge from gnulib, for socklen_t.Paul Eggert2011-03-203-27/+63
| * | | Add Bug#.Paul Eggert2011-03-171-1/+1
| * | | process.c: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-1712-30/+171
* | | | Add Bug#8298.Paul Eggert2011-03-191-2/+3
* | | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-192-4/+4
* | | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.Paul Eggert2011-03-192-9/+1
* | | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem.Paul Eggert2011-03-192-1/+2
* | | | * process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert2011-03-192-1/+2
* | | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert2011-03-192-0/+3