- 05 Feb, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 08 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 25 Oct, 2007 2 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 29 Sep, 2007 1 commit
-
-
Jason Rumney authored
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 20 Jun, 2007 1 commit
-
-
Juanma Barranquero authored
(init_environment): Ignore any environment variable from the registry having a null value.
-
- 23 Feb, 2007 1 commit
-
-
Eli Zaretskii authored
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 27 Dec, 2006 1 commit
-
-
Kim F. Storm authored
-
- 21 Dec, 2006 1 commit
-
-
Kim F. Storm authored
-
- 03 Sep, 2006 1 commit
-
-
Jason Rumney authored
(globals_of_w32): Register it as a signal handler.
-
- 05 Aug, 2006 1 commit
-
-
Eli Zaretskii authored
-
- 21 Jul, 2006 1 commit
-
-
Eli Zaretskii authored
arithmetics is used throughout.
-
- 14 Jul, 2006 2 commits
-
-
Kim F. Storm authored
(init_winsock): Load them. Use ws2_32.dll. (sys_listen): Undo last change. Just set FILE_LISTEN flag. (sys_accept): Undo last change. Instead, set child status to STATUS_READ_ACKNOWLEDGED and reset char_avail event so next sys_select will wakeup the reader thread. (_sys_wait_accept): New function used by reader thread to wait for an incoming connection on a server socket.
-
Kim F. Storm authored
(pfn_WSAEventSelect): New function ptr. (init_winsock): Load it. (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's char_avail event object to FD_ACCEPT. (sys_accept): Check FILE_LISTEN flag. Set event mask on new socket's char_avail event object to FD_READ|FD_CLOSE.
-
- 19 May, 2006 2 commits
-
-
Eli Zaretskii authored
buf1[] and buf2[] more visible for easier debugging.
-
Eli Zaretskii authored
of default variables and their values, not on the original.
-
- 27 Feb, 2006 1 commit
-
-
Luc Teirlinck authored
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 20 Jan, 2006 1 commit
-
-
Eli Zaretskii authored
(sys_dup): Protect against new_fd larger than fd_info[] can handle. (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly to _read. (sys_write): If FD is outside [0..MAXDESC) limits, pass it directly to _write.
-
- 12 Sep, 2005 1 commit
-
-
Kim F. Storm authored
-
- 07 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 14 Jul, 2005 1 commit
-
-
Jason Rumney authored
appdata directory if possible.
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 24 Jun, 2005 1 commit
-
-
Eli Zaretskii authored
-
- 05 Jun, 2005 1 commit
-
-
Eli Zaretskii authored
call to pfn_setsockopt, cast optval to `const char *'.
-
- 04 Jun, 2005 1 commit
-
-
Eli Zaretskii authored
(open_unc_volume): Cast return value of map_w32_filename, to avoid compiler warnings.
-
- 15 Feb, 2005 1 commit
-
-
Jason Rumney authored
* w32select.c: Summary: Thorough rework to implement Unicode clipboard operations and delayed rendering. Drop last_clipboard_text and related code, keep track of ownership via clipboard_owner instead. Drop old #if0 sections. (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP) (clipboard_owner, modifying_clipboard, cfg_coding_system) (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text) (current_coding_system, current_requires_encoding) (current_num_nls, current_clipboard_type, current_lcid): New static variables. (convert_to_handle_as_ascii, convert_to_handle_as_coded) (render, render_all, run_protected, lisp_error_handler) (owner_callback, create_owner, setup_config) (enum_locale_callback, cp_from_locale, coding_from_cp): New local functions. (term_w32select, globals_of_w32select): New global functions. (Fw32_set_clipboard_data): Ignore parameter FRAME, use clipboard_owner instead. Use delayed rendering and provide all text formats. Provide CF_LOCALE if necessary. (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not available. Force DOS line-ends for decoding. (Fx_selection_exists_p): Handle CF_UNICODETEXT. (syms_of_w32select): Init and register new variables. * w32.h: Add prototypes for globals_of_w32select and term_w32select. Make the neighboring K&R declarations into prototypes, too. * emacs.c: Include w32.h to get function prototypes. (main): Call globals_of_w32select. * w32.c (term_ntproc): Call term_w32select. * mule-cmds.el (set-locale-environment): Remove call to set-selection-coding-system on Windows. * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
-
- 19 Oct, 2004 1 commit
-
-
Jason Rumney authored
emacs from the build directory.
-
- 17 May, 2004 2 commits
-
-
Jason Rumney authored
Use const more consistently.
-
Jason Rumney authored
-
- 22 Nov, 2003 1 commit
-
-
Lars Hansen authored
(getgrgid): Added.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 27 Aug, 2003 1 commit
-
-
Jason Rumney authored
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 18 Dec, 2002 1 commit
-
-
Ben Key authored
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
-
- 27 Nov, 2002 1 commit
-
-
Jason Rumney authored
-
- 25 Nov, 2002 1 commit
-
-
Jason Rumney authored
supported.
-
- 17 Nov, 2002 1 commit
-
-
Ben Key authored
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
-