Author Statistics for gros

Back to Index Page

Author Details

Login: gros
Fullname: gros
Revisions: 218
Lines of Code: 12183
Added Lines of Code: 22664
Lines of Code per Change: 55.9

Lines Of Code (per Author)

Lines Of Code for gros (per module)

Activity

Commit Log

DateAuthorFile/Message
11/10/05 4:13 AMgros
Correcting incorrect memory allocation scheme crashing the server after a couple of plugin/plugout commands. (1 Files changed, 15 Lines changed)
plugins/cfpython/cfpython.c 1.11 (+15 -6)
11/1/05 4:32 AMgros
Corrected unresolved symbols issues. (1 Files changed, 9 Lines changed)
plugins/cfanim/cfanim.c 1.4 (+9 -9)
10/31/05 1:52 AMgros
Corrected a nasty conversion from object* to char* (2 Files changed, 3 Lines changed)
plugins/common/include/plugin_common.h 1.4 (+1 -1)
plugins/common/plugin_common.c 1.3 (+2 -2)
10/26/05 3:41 AMgros
Solved an x86 (32bit) specific issue creating symbol mismatches in the plugin dynamic linking. (3 Files changed, 3 Lines changed)
plugins/cfpython/Makefile.am 1.3 (+1 -1)
plugins/template/Makefile.am 1.2 (+1 -1)
plugins/cfanim/Makefile.am 1.2 (+1 -1)
10/24/05 2:28 PMgros
Corrected a bug in the custom command system of cfpython.
Gros - 24/10/2005
(1 Files changed, 2 Lines changed)
plugins/cfpython/cfpython.c 1.5 (+2 -2)
10/20/05 4:34 AMgros
Updated the changelog to include the recent plugin modifications.
Gros - 20/10/2005
(1 Files changed, 19 Lines changed)
ChangeLog 1.419 (+19 -0)
10/20/05 4:11 AMgros
Solved an issue related to regenerating the function prototypes of cfpython.
Gros - 20/10/2005
(3 Files changed, 13 Lines changed)
plugins/cfpython/Makefile.am 1.2 (+6 -2)
plugins/cfpython/include/cfpython.h 1.2 (+1 -3)
plugins/cfpython/Makefile.in 1.2 (+6 -2)
10/19/05 3:57 PMgros
Cleaning up the console spam produced by cfanim.
Gros - 19/10/2005
(1 Files changed, 0 Lines changed)
plugins/cfanim/cfanim.c 1.2 (+0 -3)
10/19/05 3:50 PMgros
Added support for running python_init.py at CFPython startup.
Gros - 19/10/2005
(1 Files changed, 9 Lines changed)
plugins/cfpython/cfpython.c 1.4 (+9 -12)
10/19/05 2:42 PMgros
Various small fixes of the plugin subsystem.
Gros - 19/10/2005
(6 Files changed, 26 Lines changed)
include/plugin.h 1.17 (+1 -1)
plugins/cfpython/cfpython_object.c 1.2 (+1 -9)
server/plugins.c 1.46 (+10 -20)
plugins/cfpython/cfpython.c 1.3 (+7 -17)
plugins/cfpython/cfpython_map.c 1.2 (+5 -1)
include/sproto.h 1.147 (+2 -2)