Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 182 (100.0%) | 16.5 |
ryo_saeba | 3 (27.3%) | 136 (74.7%) | 45.3 |
partmedia | 3 (27.3%) | 23 (12.6%) | 7.6 |
akirschbaum | 2 (18.2%) | 19 (10.4%) | 9.5 |
quinet | 1 (9.1%) | 2 (1.1%) | 2.0 |
kbulgrien | 1 (9.1%) | 1 (0.5%) | 1.0 |
anmaster | 1 (9.1%) | 1 (0.5%) | 1.0 |
Clean up standard C headers.
21 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
1 lines of code changed in 1 file:
Fix several unsafe uses of strncpy(3).
1 lines of code changed in 1 file:
Fix lighter message containing 'NULL'.
0 lines of code changed in 1 file:
- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
16 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
2 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Try to factor esrv_del_item and esrv_send_item into remove_ob() and insert_ob_in_ob(). Fix calls to esrv_send_item that are really esrv_update_item().
0 lines of code changed in 1 file:
Fix wrong check for object applying. Move ob_apply logic for LIGHTER objects to the ob_method system.
136 lines of code changed in 1 file: