aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* 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:[email protected].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
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Back-port 2010-09-17T21:34:[email protected] from the trunk, to resolve bug #7...Eli Zaretskii2010-11-221-1/+5
* | w32.c: Fix a typo in a comment.Eli Zaretskii2010-11-221-1/+1
* | Remove config.h include guards.Dan Nicolaescu2010-11-151-4/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-4/+3
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-149/+141
* | src/w32.c: Remove unused code and make static many functions.Juanma Barranquero2010-09-271-162/+118
* | src/w32.c (get_emacs_configuration_options): Fix previous change.Juanma Barranquero2010-09-261-1/+2
* | w32.c (get_emacs_configuration_options): Fix last change.Eli Zaretskii2010-09-221-0/+1
* | src/w32.c (get_emacs_configuration_options): Fix buffer overrun.Juanma Barranquero2010-09-221-13/+30
* | Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.Juanma Barranquero2010-09-201-47/+3
* | Fix bug #6989.Eli Zaretskii2010-09-171-1/+5
* | Move declarations to header files.Dan Nicolaescu2010-08-061-4/+0
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-58/+58
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-43/+34
* | Fix bug #6237.Eli Zaretskii2010-05-221-1/+28
* | Emulate POSIX_SIGNALS on MS-Windows.Eli Zaretskii2010-05-011-0/+24
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (stat): Fix last change.Eli Zaretskii2009-07-111-1/+1
* (logon_network_drive): Don't assume PATH is an absolute file name.Eli Zaretskii2009-07-111-17/+37
* (stat): Treat UNC file names as residing on remote drives. (Bug#3542)Eli Zaretskii2009-07-091-3/+5