aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle fullscreen parameter in initial/defult-frame-alist for NS.Jan Djärv2012-10-064-19/+94
* * keyboard.c (read_char): Remove unnecessary 'volatile's and label.Paul Eggert2012-10-052-9/+7
* Fix a typo in a w32proc.c declaration.Eli Zaretskii2012-10-052-2/+4
* Improve commentary for the last commit.Eli Zaretskii2012-10-051-0/+3
* Support setting file times of directories on MS-Windows.Eli Zaretskii2012-10-053-3/+14
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-052-1/+5
|\
| * * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)Ikumi Keita2012-10-042-1/+5
* | Spelling fixes.Paul Eggert2012-10-042-2/+2
* | Fix test for invalid handle in w32.c's 'utime'.Eli Zaretskii2012-10-042-1/+6
* | Move ChangeLog entry to proper file.Paul Eggert2012-10-041-0/+11
* | * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-034-3/+13
* | Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-033-13/+23
* | * profiler.c (handle_profiler_signal): Fix a malloc racePaul Eggert2012-10-022-0/+14
* | * nsterm.m (windowDidEnterFullScreen): Remove fprintf.Jan Djärv2012-10-022-1/+4
* | Fix compilation warnings in the MS-Windows build.Eli Zaretskii2012-10-022-1/+6
* | Prefer plain 'static' to 'static inline'.Paul Eggert2012-10-012-22/+34
* | Count overruns when profiling; change units to ns.Paul Eggert2012-10-012-10/+32
* | * src/buffer.c (Fmake_overlay): Fix last change.Stefan Monnier2012-10-012-3/+3
* | Misc minor simplifications in C code.Stefan Monnier2012-10-014-14/+17
* | src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependen...Juanma Barranquero2012-10-022-0/+7
* | Fix a malloc race condition involving strsignal.Paul Eggert2012-10-015-20/+36
* | Fix high CPU usage in profiling on MS-Windows.Eli Zaretskii2012-10-012-4/+9
* | * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier2012-10-012-8/+5
* | Fix minor compilation problem with MSVC.Fabrice Popineau2012-10-012-4/+10
* | Clean up the Windows x64 changes.Eli Zaretskii2012-10-013-6/+15
* | Remove forgotten debug code from w32proc.c.Eli Zaretskii2012-10-011-4/+2
* | Improve 'alarm' implementation on MS-Windows.Eli Zaretskii2012-10-012-3/+11
* | Fix termination sequence on Windows wrt interval timers.Eli Zaretskii2012-10-013-4/+33
* | * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.Paul Eggert2012-10-012-1/+5
* | Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-3025-187/+271
* | * bidi.c: Tune.Paul Eggert2012-09-302-14/+14
* | Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert2012-09-304-21/+16
* | * frame.c (x_report_frame_params): Port better to wider ints.Paul Eggert2012-09-302-4/+11
* | * profiler.el (profiler-sampling-interval): Rename fromTomohiro Matsuyama2012-10-011-16/+16
* | Fix last commit.Fabrice Popineau2012-09-302-0/+3
* | Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-3019-93/+207
* | file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert2012-09-304-10/+27
* | * src/.gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.Stefan Monnier2012-09-302-7/+11
* | Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-307-114/+612
* | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa2012-09-302-0/+22
|\ \
| * \ merge trunkKenichi Handa2012-09-3087-2696/+3799
| |\ \
| * | | coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa2012-09-302-0/+22
* | | | Support file name dialog on NS.Jan Djärv2012-09-305-13/+41
| |/ / |/| |
* | | Add support for fullscreen in the NS port.Jan Djärv2012-09-304-16/+327
* | | src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.Juanma Barranquero2012-09-302-2/+6
* | | Update docs for a bunch of 24.3 changes.Chong Yidong2012-09-302-2/+7
* | | Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics2012-09-302-10/+16
* | | * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.Paul Eggert2012-09-302-1/+8
* | | Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.Eli Zaretskii2012-09-302-1/+8
* | | Profiler improvements: more-accurate timers, overflow checks.Paul Eggert2012-09-294-54/+178