log src/madplug/input.c @ 3030:c442f8407dcb

age author description
Mon, 14 Jul 2008 03:35:13 +0300 Andrew O. Shadoura fixed FSF address
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Wed, 02 Apr 2008 23:02:09 +0300 Matti Hamalainen Remove completely wtf pointer nulling. Variables don't magically change
Wed, 02 Apr 2008 22:58:35 +0300 Matti Hamalainen Remove some completely useless null-pointer checks, g_free() checks the pointer anyway.
Sun, 30 Mar 2008 06:29:55 +0300 Matti Hamalainen Some code sanitation and cleanups. Fixes some memory-access problems, but certain others still persist
Sat, 29 Mar 2008 12:52:18 +0200 Matti Hamalainen Certain piece of allocated memory was free'd before we were done with it,
Sat, 29 Mar 2008 12:08:06 +0200 Matti Hamalainen Indeed 'new' might not be a C keyword, but it's a C++ keyword and thus not recommended to be used as a identifier.