| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up include guards. | Dan Nicolaescu | 2010-07-07 | 1 | -0/+10 |
| * | Remove src/prefix-args.c. | Dan Nicolaescu | 2010-07-07 | 1 | -0/+8 |
| * | Simplify start_of_data, start_of_text and related code. | Dan Nicolaescu | 2010-07-07 | 1 | -0/+31 |
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -0/+171 |
| * | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571). | Jan D | 2010-07-07 | 1 | -0/+21 |
| * | Convert function definitions in MS-DOS sources to ANSI C. | Eli Zaretskii | 2010-07-07 | 1 | -0/+10 |
| * | * coding.c, sysdep.c: Convert some more functions to standard C. | Juanma Barranquero | 2010-07-07 | 1 | -0/+4 |
| * | * coding.c: Use SPECPDL_INDEX, DOS_NT. | Juanma Barranquero | 2010-07-07 | 1 | -0/+6 |
| * | * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT. | Dan Nicolaescu | 2010-07-06 | 1 | -0/+2 |
| * | Make the function member of Lisp_Subr use standard C prototypes. | Dan Nicolaescu | 2010-07-06 | 1 | -0/+8 |
| * | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get | Chong Yidong | 2010-07-06 | 1 | -0/+5 |
| * | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -0/+6 |
| * | Fix conflicting declarations of x_get_keysym_name | Andreas Schwab | 2010-07-06 | 1 | -0/+7 |
| * | * src/ecrt0.c: Revert conversion to standard C. | Dan Nicolaescu | 2010-07-05 | 1 | -0/+4 |
| * | Convert function definitions and declarations to standard C. | Dan Nicolaescu | 2010-07-05 | 1 | -1/+9 |
| * | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -0/+9 |
| * | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563). | Jan D | 2010-07-05 | 1 | -0/+11 |
| * | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype. | Jan D | 2010-07-05 | 1 | -0/+2 |
| * | Fix some bad prototypes and formatting after conversion from K&R declaration. | Jan D | 2010-07-05 | 1 | -0/+29 |
| * | * src/atimer.c: Use "" instead of <> for local includes for | Dan Nicolaescu | 2010-07-04 | 1 | -0/+3 |
| * | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -0/+26 |
| * | * fileio.c (read_non_regular, read_non_regular_quit): Rename arg. | Juanma Barranquero | 2010-07-05 | 1 | -3/+3 |
| * | * src/lread.c (read1): Fix up last change to not mess up `c'. | Tetsurou Okazaki | 2010-07-04 | 1 | -0/+5 |
| * | * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.... | Juanma Barranquero | 2010-07-04 | 1 | -0/+4 |
| * | * unexelf.c (round_up, find_section): Use ElfW macro for arguments. | Juanma Barranquero | 2010-07-04 | 1 | -0/+1 |
| * | * print.c (strout): Use const char* for arg PTR. | Juanma Barranquero | 2010-07-04 | 1 | -0/+1 |
| * | Fix more prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -0/+3 |
| * | Fix prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -0/+10 |
| * | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -0/+78 |
| * | Fix setting colors on MS-DOS frames. | Eli Zaretskii | 2010-07-03 | 1 | -0/+13 |
| * | Fix menu bar display on MS-DOS. | Eli Zaretskii | 2010-07-03 | 1 | -0/+4 |
| * | w32console.c (sys_tputs): Adjust argument list to prototype in term.c. | Eli Zaretskii | 2010-07-03 | 1 | -0/+5 |
| * | Fix prototypes. | Juanma Barranquero | 2010-07-03 | 1 | -0/+8 |
| * | Convert some prototypes to standard C. | Dan Nicolaescu | 2010-07-02 | 1 | -0/+9 |
| * | Fix MS-DOS build due to removal of P_. | Eli Zaretskii | 2010-07-02 | 1 | -0/+7 |
| |\ |
|
| | * | Fix the MS-DOS build due to removal of P_. | Eli Zaretskii | 2010-07-02 | 1 | -0/+7 |
| * | | Remove __P. | Jan D | 2010-07-02 | 1 | -0/+2 |
| |/ |
|
| * | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -1/+69 |
| * | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -0/+40 |
| * | Define USE_LISP_UNION_TYPE using autoconf. | Dan Nicolaescu | 2010-07-02 | 1 | -0/+2 |
| * | Cleanup old code. | Dan Nicolaescu | 2010-07-02 | 1 | -0/+9 |
| * | * window.c (Fwindow_absolute_pixel_edges): Doc fix. | Jan D | 2010-07-01 | 1 | -0/+2 |
| * | New functions that return window edges with absolute coords (bug#5721). | Jan D | 2010-07-01 | 1 | -0/+3 |
| * | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters. | Jan D | 2010-07-01 | 1 | -0/+3 |
| * | Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. | Jan D | 2010-07-01 | 1 | -0/+8 |
| * | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add | Jan D | 2010-07-01 | 1 | -0/+5 |
| * | Fix application of default-frame-alist (Bug#5378). | Chong Yidong | 2010-06-30 | 1 | -0/+5 |
| * | Fix whitespace in ChangeLogs. | Juanma Barranquero | 2010-07-01 | 1 | -7/+7 |
| * | Avoid erroneous syscalls | Andreas Schwab | 2010-07-01 | 1 | -0/+6 |
| * | Fix typo | Andreas Schwab | 2010-07-01 | 1 | -9/+9 |