summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2012-08-261-2/+2
* * process.h (PSET): Remove.Paul Eggert2012-08-171-1/+1
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-6/+6
* src/w32.c: Silence compiler warnings.Juanma Barranquero2012-08-071-2/+1
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-7/+7
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-041-38/+13
* Support symlinks on latest versions of MS-Windows.Eli Zaretskii2012-08-031-155/+927
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-7/+7
* Rename OS_WINDOWS_95 to OS_9X.Eli Zaretskii2012-07-291-1/+1
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-3/+3
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Fix recently-introduced typos in Windows port.Dmitry Antipov2012-07-271-2/+2
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-7/+5
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-3/+3
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
* Fix the current directory of the Emacs process on MS-Windows.Eli Zaretskii2012-06-291-25/+16
* src/w32.c (ltime): Add return type and declare static.Juanma Barranquero2012-06-231-1/+1
* Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.Eli Zaretskii2012-06-231-0/+35
* Support higher-resolution time stamps.Paul Eggert2012-06-221-28/+17
* Record and display absolute path of DLLs loaded (bug#10424).Juanma Barranquero2012-04-101-1/+9
* Include --enable-checking in system-configuration-options on MS-Windows.Eli Zaretskii2012-02-041-0/+3
* Fix bug #10284 with renaming a directory on MS-Windows.LynX2012-01-071-5/+35
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* src/w32.c: Implement --no-site-lisp on Windows (bug#10208).Juanma Barranquero2011-12-081-0/+18
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Allow to run temacs.exe on MS-Windows in GUI mode.Eli Zaretskii2011-11-071-1/+4
* Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-051-0/+7
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-271-3/+3
* Whitespace changes.Juanma Barranquero2011-09-091-4/+4
* Fix MS-Windows build broken by 2011-07-08T20:39:30Z!eggert@cs.ucla.edu.Eli Zaretskii2011-07-091-0/+8
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-3/+59
* src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-281-1/+13
* Fix typo in GnuTLS W32 support.Ted Zlatanov2011-04-251-1/+1
* Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-1/+68
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+22
|\
| * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-181-0/+22
* | Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-061-2/+23
* | src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero2011-03-291-52/+53
* | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-281-65/+65
* | src/*.c: Fix more warnings about unused parameters.Juanma Barranquero2011-03-261-3/+3
* | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-4/+0
* | src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-5/+0
* | Implement stubs of `readlink' and `symlink' for MS-Windows.Eli Zaretskii2011-02-271-0/+19
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | * src/w32.c (check_windows_init_file): Remove declarations ofSam Steingold2011-01-191-1/+0
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-10/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/