| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. | Ken Brown | 2011-03-02 | 1 | -0/+4 |
| * | Merge: Work around some portability problems with symlinks. | Paul Eggert | 2011-03-01 | 1 | -0/+13 |
| |\ | |||||
| | * | Merge from mainline. | Paul Eggert | 2011-03-01 | 1 | -0/+52 |
| | |\ | |/ |/| | |||||
| | * | * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| | * | Simplify symlink portability workaround. | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| | * | Merge from mainline. | Paul Eggert | 2011-02-24 | 1 | -0/+26 |
| | |\ | |||||
| | * | | [ChangeLog] | Paul Eggert | 2011-02-22 | 1 | -0/+7 |
| * | | | Avoid recording dead buffers in buffer-list frame param (Bug#7898). | Chong Yidong | 2011-02-27 | 1 | -0/+6 |
| * | | | Implement stub emulation of `readlink' for MS-DOS. | Eli Zaretskii | 2011-02-27 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | Emulate `readlink' for DJGPP versions before 2.04. | Eli Zaretskii | 2011-02-27 | 1 | -0/+6 |
| * | | | | Implement stubs of `readlink' and `symlink' for MS-Windows. | Eli Zaretskii | 2011-02-27 | 1 | -0/+4 |
| * | | | | * scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG. | Paul Eggert | 2011-02-26 | 1 | -0/+3 |
| * | | | | * frame.c (x_set_screen_gamma): Rename local to avoid shadowing. | Paul Eggert | 2011-02-26 | 1 | -0/+2 |
| * | | | | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | Paul Eggert | 2011-02-26 | 1 | -0/+4 |
| * | | | | * dispextern.h (struct glyph): Make u.img_id int, not unsigned. | Paul Eggert | 2011-02-26 | 1 | -0/+5 |
| * | | | | * dispnew.c: Rename locals to avoid shadowing. | Paul Eggert | 2011-02-26 | 1 | -0/+5 |
| * | | | | * dispnew.c: Fix problem uncovered by gcc -Wunused-variable. | Paul Eggert | 2011-02-26 | 1 | -0/+4 |
| * | | | | * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes. | Paul Eggert | 2011-02-26 | 1 | -0/+10 |
| |/ / / | |||||
| * | | | Fix Sed scripts and srs/s/msdos.h for gnulib additions. Not tested yet. | Eli Zaretskii | 2011-02-26 | 1 | -0/+5 |
| | |/ |/| | |||||
| * | | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 | Paul Eggert | 2011-02-24 | 1 | -0/+6 |
| * | | Fix handling of bar cursors in NS terminal. | Ben Key | 2011-02-23 | 1 | -0/+10 |
| * | | * src/print.c (print_object): Never print old-style backquotes. | Stefan Monnier | 2011-02-23 | 1 | -0/+5 |
| * | | Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org. | Glenn Morris | 2011-02-22 | 1 | -0/+5 |
| |\ \ | |/ |/| | |||||
| | * | merge emacs-23 | Kenichi Handa | 2011-02-23 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Fix font size handling. | Kenichi Handa | 2011-02-22 | 1 | -0/+6 |
| | * | | merge emacs-23 | Kenichi Handa | 2011-02-22 | 1 | -0/+4 |
| | |\ \ | | |/ | |||||
| | | * | * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS. | Chong Yidong | 2011-02-19 | 1 | -0/+4 |
| | * | | Fix font-size handling bug. | Kenichi Handa | 2011-02-17 | 1 | -0/+6 |
| | |/ | |||||
| * | | * dired.c (Ffile_attributes): Simplify and avoid #ifdef. | Paul Eggert | 2011-02-22 | 1 | -0/+4 |
| * | | * src/lread.c (openp): Correct Boolean typo in last commit. | Wolfgang Jenkner | 2011-02-22 | 1 | -2/+5 |
| * | | * nsterm.m (EmacsView-keyDown:): Don't pass shift-only-modified key to emacs,... | Adrian Robert | 2011-02-22 | 1 | -0/+6 |
| * | | src/ChangeLog: Fix typos. | Juanma Barranquero | 2011-02-22 | 1 | -23/+20 |
| * | | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -0/+19 |
| * | | Adapt MS-Windows build to import of filemode.c from gnulib. | Eli Zaretskii | 2011-02-21 | 1 | -0/+8 |
| * | | Import filemode module from gnulib. | Paul Eggert | 2011-02-21 | 1 | -0/+10 |
| |\ \ | |||||
| | * \ | Merge from mainline. | Paul Eggert | 2011-02-20 | 1 | -0/+11 |
| | |\ \ | |/ / |/| | | |||||
| | * | | Import filemode module from gnulib. | Paul Eggert | 2011-02-20 | 1 | -0/+10 |
| * | | | Fix the MS-Windows build due to import of md5 from gnulib. | Christoph Scholtes | 2011-02-20 | 1 | -0/+11 |
| |/ / | |||||
| * | | Merge: Import crypto/md5 and stdint modules from gnulib. | Paul Eggert | 2011-02-20 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | * deps.mk (fns.o): Depend on ../lib/md5.h. | Paul Eggert | 2011-02-19 | 1 | -0/+4 |
| | * | | Merge from mainline. | Paul Eggert | 2011-02-18 | 1 | -0/+20 |
| | |\ \ | |||||
| | * \ \ | Merge from mainline. | Paul Eggert | 2011-02-17 | 1 | -29/+267 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-15 | 1 | -1/+27 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-14 | 1 | -2/+206 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-12 | 1 | -0/+7 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-12 | 1 | -0/+14 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-12 | 1 | -0/+4 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-02-11 | 1 | -1/+14 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | [admin/ChangeLog] | Paul Eggert | 2011-02-09 | 1 | -0/+16 |
| | * | | | | | | | | | | Merge from mainline. | Paul Eggert | 2011-02-09 | 1 | -1/+42 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||