aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* * src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris2011-12-061-2/+3
* Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-5/+5
* Rename locals to avoid shadowing.Paul Eggert2011-11-251-14/+17
* Spelling fixes.Paul Eggert2011-11-241-1/+1
* (wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen2011-11-211-1/+5
* Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen2011-11-211-9/+33
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-141-2/+2
* Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-071-0/+1
* Revert problematic change to wait_reading_process_output.Glenn Morris2011-10-281-9/+4
* More gnutls memory fixes.Chong Yidong2011-10-271-0/+1
* Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-271-0/+7
* Whitespace changes.Juanma Barranquero2011-09-091-20/+20
* * process.c (make_process): Use printmax_t, not int, to formatPaul Eggert2011-08-291-3/+3
* Merge from trunk.Paul Eggert2011-08-241-0/+3
|\
| * * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier2011-08-231-0/+3
* | Merge from trunk.Paul Eggert2011-08-181-19/+17
|\|
| * * src/process.c (Fnetwork_interface_list): Correctly determine bufferAndreas Schwab2011-08-181-22/+41
* | Merge from trunk.Paul Eggert2011-08-141-1/+4
|\|
| * Avoid crash with invalid default-process-coding-system.Kenichi Handa2011-08-141-1/+4
| |
| \
*-. | Merge from trunk.Paul Eggert2011-08-131-10/+83
|\ \|
| | * * process.c (Fnetwork_interface_info): Declare local only if needed.Paul Eggert2011-08-131-1/+2
| | * Fix network-interface-list|info on newer BSD derived OS:es.Jan Djärv2011-08-131-12/+82
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-15/+3
* | * process.c (Fnetwork_interface_list): Check for overflowPaul Eggert2011-07-281-0/+6
|/
* Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen2011-07-161-1/+1
* Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-061-3/+3
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-011-3/+3
* Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong2011-06-251-3/+9
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-160/+83
* Merge from trunk.Paul Eggert2011-06-201-1/+2
|\
| * * src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan2011-06-201-1/+2
* | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.Paul Eggert2011-06-191-1/+1
|/
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-6/+6
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-0/+4
* [ChangeLog]Paul Eggert2011-05-281-1/+1
* Merge from mainline.Paul Eggert2011-05-041-6/+6
|\
| * src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-051-4/+3
| * Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-3/+4
| * Don't test HAVE_INTTYPES_H in process.c.Eli Zaretskii2011-04-301-2/+0
* | * process.c (Fformat_network_address): Fix typo: args2 -> *args2.Paul Eggert2011-05-021-1/+1
* | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.Paul Eggert2011-04-291-4/+1
|/
* Merge from mainline.Paul Eggert2011-04-251-0/+16
|\
| * Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-0/+16
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-7/+8
* | * process.c (Fnetwork_interface_info): Avoid left-shift undefinedPaul Eggert2011-04-181-2/+2
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
|/