summaryrefslogtreecommitdiff
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't use CLOCKS_PER_SEC in w32 timers.Eli Zaretskii2012-10-281-17/+22
| * Fix compiler warnings in w32proc.c.Eli Zaretskii2012-10-271-2/+1
| * Use 'volatile' types for communications between timer thread and main thread.Eli Zaretskii2012-10-271-3/+3
| * Fix a typo in a comment.Eli Zaretskii2012-10-271-1/+1
| * Fix w32 implementation of itimers: overflow and ITIMER_PROF.Eli Zaretskii2012-10-271-49/+128
* | Merge from trunk.Eli Zaretskii2012-10-171-2/+1
|\ \ | |/
| * Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-2/+1
* | The TTY case is resolved: notifications now work even if EmacsEli Zaretskii2012-10-121-1/+18
|/
* Code cleanup for cygw32Daniel Colascione2012-10-081-0/+1
* Merge from trunkDaniel Colascione2012-10-071-15/+575
|\
| * Fix a typo in a w32proc.c declaration.Eli Zaretskii2012-10-051-2/+2
| * Fix compilation warnings in the MS-Windows build.Eli Zaretskii2012-10-021-1/+1
| * Fix high CPU usage in profiling on MS-Windows.Eli Zaretskii2012-10-011-4/+4
| * Remove forgotten debug code from w32proc.c.Eli Zaretskii2012-10-011-4/+2
| * Improve 'alarm' implementation on MS-Windows.Eli Zaretskii2012-10-011-3/+7
| * Fix termination sequence on Windows wrt interval timers.Eli Zaretskii2012-10-011-0/+15
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-2/+2
| * Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-301-5/+527
| * Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii2012-09-251-10/+34
| * Clean-up left-overs after 2012-09-23T08:44:20Z!eggert@cs.ucla.edu wrt signal ...Eli Zaretskii2012-09-231-3/+0
* | Merge from trunkDaniel Colascione2012-09-171-8/+33
|\ \ | |/
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-121-0/+3
| * MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-071-0/+23
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-7/+7
* | Implement cygw32Daniel Colascione2012-09-171-14/+0
|/
* Port to Solaris 8.Paul Eggert2012-08-011-1/+1
* Rename OS_WINDOWS_95 to OS_9X.Eli Zaretskii2012-07-291-2/+2
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-6/+6
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
* * src/alloc.c: Remove build_string.Dmitry Antipov2012-06-261-1/+1
* Fix a bug in w32-get-locale-info.Eli Zaretskii2012-06-231-1/+5
* Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.Eli Zaretskii2012-06-231-1/+2
* Fix failures in starting subprocesses on Windows 7.Eli Zaretskii2012-05-051-1/+19
* Doc fixes in w32-specific primitives related to console codepage.Eli Zaretskii2012-03-201-5/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-191-3/+3
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix bug#10044Juanma Barranquero2011-11-141-2/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-1/+0
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-6/+2
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\
| * Fix spelling of "precede".Glenn Morris2011-02-221-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-51/+8
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove config.h include guards.Dan Nicolaescu2010-11-151-6/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-5/+5
|\ \ | |/