[root]/server/trunk/test/bugs/bugtrack
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 1016 (100.0%) | 32.7 |
ryo_saeba | 11 (35.5%) | 642 (63.2%) | 58.3 |
akirschbaum | 11 (35.5%) | 348 (34.3%) | 31.6 |
quinet | 1 (3.2%) | 19 (1.9%) | 19.0 |
partmedia | 4 (12.9%) | 4 (0.4%) | 1.0 |
anmaster | 3 (9.7%) | 3 (0.3%) | 1.0 |
mwedel | 1 (3.2%) | 0 (0.0%) | 0.0 |
Remove server '-detach' flag
This feature is particularly platform-dependent and is better served
using platform-specific tools such as daemon(8).
1 lines of code changed in 1 file:
Fix unit test header files
While here, remove the explicit libdl linker flag.
1 lines of code changed in 1 file:
Whitespace changes.
3 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 `make clean` for non-GNU make (e.g. FreeBSD).
1 lines of code changed in 1 file:
Fix signed/unsigned comparison.
2 lines of code changed in 1 file:
Use 'const char*' instead of 'char*' for strings. Make functions static.
6 lines of code changed in 2 files:
Clean function call.
1 lines of code changed in 1 file:
Fix incorrect check in test/bugs/bugtrack/check_2879249.c.
1 lines of code changed in 1 file:
Fix some serious compiler warnings (missing declaration of function, fixed by adding an #include; wrong type for argument to snprintf, fixed by changing to use the proper variable) in the test
suites.
1 lines of code changed in 1 file:
Remove unused parameter.
1 lines of code changed in 1 file:
Add unit test exposing a weight reduction issue with containers.
124 lines of code changed in 2 files:
Properly free inventory of merged objects.
131 lines of code changed in 2 files:
Remove old-style function declarations.
2 lines of code changed in 1 file:
Fix #2879249 (SIGSEGV on transport moving across some edges of tiled maps).
92 lines of code changed in 2 files:
Rename function names.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
10 lines of code changed in 1 file:
Merge HORNs (type 35) into RODs (type 3).
5 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
103 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
19 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:
test/unit/server/Makefile.am, test/bugs/bugtrack/Makefile.am:
Remove duplicate build directions for libtypes.a
MSW 2007-07
0 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Remove Crossedit, replaced by Gridarta.
1 lines of code changed in 1 file:
Fix ininitialized variable
2 lines of code changed in 1 file:
Create the 'bugs/bugtrack' directories for the unit test framework. Add test for a bug.
505 lines of code changed in 2 files: