aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use intern_c_string instead of intern.Dan Nicolaescu2010-10-017-14/+21
* * src/point.h: Remove, unused.Dan Nicolaescu2010-10-012-8/+4
* Support TAGS targets in the w32 build.Eli Zaretskii2010-10-012-0/+51
* * src/xml.c (parse_string): Use const.Dan Nicolaescu2010-09-302-1/+5
* (Fbacktrace): Don't overwrite print-level on exit.Lars Magne Ingebrigtsen2010-09-302-2/+10
* * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.Dan Nicolaescu2010-09-292-3/+4
* src/w32console.c (vga_stdcolor_name): Remove unused function.Juanma Barranquero2010-09-302-22/+5
* Clean up gnutls.c coding style to conform with the Emacs style.Lars Magne Ingebrigtsen2010-09-292-84/+83
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-292-56/+38
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-295-14/+39
* Fix bug #7128.Eli Zaretskii2010-09-292-5/+15
* xdisp.c (string_buffer_position): Remove unused variables.Eli Zaretskii2010-09-291-1/+0
* Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-295-124/+157
* * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.Stefan Monnier2010-09-282-5/+10
* Merge changes from emacs-23 branch.Juanma Barranquero2010-09-283-0/+18
|\
| * * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-271-1/+1
| * * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-272-2/+4
| * * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.Michael Albinus2010-09-272-0/+7
| * * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.Jan D2010-09-262-0/+11
* | * process.c (wait_reading_process_output): Add missing FD_CLRJan D2010-09-272-0/+6
* | Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-275-16/+64
* | src/w32.c: Remove unused code and make static many functions.Juanma Barranquero2010-09-272-162/+139
* | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)Michael Albinus2010-09-273-73/+37
* | (emacs_gnutls_read): Don't infloop while reading.Lars Magne Ingebrigtsen2010-09-272-8/+8
* | Add debugging to the gnutls library, and finish handshaking when it's done.Lars Magne Ingebrigtsen2010-09-272-29/+13
* | Fix typos.Juanma Barranquero2010-09-271-1/+1
* | Fix typos in ChangeLogs.Juanma Barranquero2010-09-271-12/+12
* | merge trunkKenichi Handa2010-09-2763-1129/+2554
|\ \
| * | Donät give write_mask to select for W32.Jan D2010-09-262-0/+9
| * | Reinstate ifdef subprocesses.Jan D2010-09-262-0/+7
| * | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-265-155/+276
| * | Code simplification in term.c.Dan Nicolaescu2010-09-262-77/+73
| * | Set up GnuTLS support.Ted Zlatanov2010-09-268-4/+703
| * | src/w32.c (get_emacs_configuration_options): Fix previous change.Juanma Barranquero2010-09-262-1/+6
| * | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is aliveChong Yidong2010-09-252-1/+7
| * | Fix up some EMACS_INT/int conversion errors related to xdisp.c.Lars Magne Ingebrigtsen2010-09-253-12/+21
| * | xrdb.c EMACS_INT/int audit.Lars Magne Ingebrigtsen2010-09-252-1/+5
| * | Fix int/EMACS_INT use in textprop.c and window.c.Eli Zaretskii2010-09-253-32/+50
| * | Fix int/EMACS_INT use in process.c and term.c.Eli Zaretskii2010-09-253-18/+28
| * | Fix typos.Juanma Barranquero2010-09-256-7/+7
| * | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-255-18/+31
| * | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-2510-33/+60
| * | src/ChangeLog: Another duplication removed.Eli Zaretskii2010-09-251-2/+1
| * | src/ChangeLog: Fix duplicate entries.Eli Zaretskii2010-09-251-2/+2
| * | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".Juanma Barranquero2010-09-252-1/+8
| * | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-247-17/+32
| * | src/ChangeLog: Fix typo and remove duplicate info.Juanma Barranquero2010-09-241-9/+1
| * | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-248-34/+76
| * | Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii2010-09-244-30/+53
| * | Fix EMACS_INT/int conversion in scroll.c.Lars Magne Ingebrigtsen2010-09-242-9/+13