aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-12-061-1/+8
|\|
| * (sys_spawnve): Quote args with wildcards.Jason Rumney2007-11-261-1/+8
* | Merge from emacs--devo--0Miles Bader2007-10-111-0/+6
|\|
| * (delete_child): Don't terminate threads of zombies.Jason Rumney2007-09-021-0/+6
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-241-27/+55
|\|
| * (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): DefineEli Zaretskii2007-07-201-0/+7
| * (w32_executable_type): Handle 64 bit executables.Jason Rumney2007-07-181-27/+48
* | Include character.hJason Rumney2007-06-131-0/+1
* | (syms_of_ntproc): Use DEFSYM macro.Jason Rumney2007-06-111-4/+2
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* * w32proc.c: (sys_wait) Only wait for processes with fd<0.Chong Yidong2006-11-041-1/+2
* (nl_langinfo): New function.Eli Zaretskii2006-09-241-0/+68
* (reader_thread): Use _sys_wait_accept to wait on aKim F. Storm2006-07-141-2/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* (syms_of_ntproc): staticpro Qhigh, Qlow,Eli Zaretskii2005-07-161-0/+5
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (RVA_TO_PTR): New macro.Eli Zaretskii2005-06-061-0/+5
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-1/+1
* (create_child): Use INTMASK.Stefan Monnier2004-05-181-2/+2
* Fix last change.Jason Rumney2004-05-171-1/+1
* * w32proc.c (create_child): Use make_number instead of masking pid.Jason Rumney2004-05-171-3/+1
* * w32proc.c (w32_pipe_read_delay): Rename from Vw32_pipe_read_delayJason Rumney2004-05-171-3/+5
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-61/+61
* Add missing semicolon.Juanma Barranquero2002-07-301-1/+1
* (syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.Juanma Barranquero2002-07-301-4/+3
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-4/+4
* include sys/file.h.Jason Rumney2002-05-031-0/+1
* (sys_spawnve): Update call to openp.Stefan Monnier2002-04-301-1/+1
* (syms_of_w32proc): Get true file attributes by default.Jason Rumney2002-04-281-1/+1
* (syms_of_ntproc): Doc fix.Juanma Barranquero2002-02-261-1/+1
* Include <config.h>.Pavel Janík2002-01-011-1/+5
* Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.Jason Rumney2001-11-121-125/+137
* (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR andAndrew Innes2001-11-051-2/+2
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-12/+12
* Update calls to openp.Stefan Monnier2001-10-121-1/+1
* (create_child): Add new parameter is_gui_app.Andrew Innes2001-06-111-12/+23
* Include syssignal.h, to avoid compiler warnings.Eli Zaretskii2001-05-121-0/+1
* (sys_spawnve): Quote more chars for Cygwin.Gerd Moellmann2001-04-101-4/+14
* (syms_of_ntproc): Doc fix for w32-downcase-file-names.Jason Rumney2000-11-211-1/+4
* (compare_env): Convert to uppercase for comparison,Andrew Innes2000-09-031-2/+4
* (IsValidLocale): Extern missing from mingw32 headers.Andrew Innes2000-08-221-4/+13
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-12/+6
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-121-4/+4