irssi/src/lib-config
Timo Sirainen 0ffcbdc9b4 Removed memory debugging code. It's a lot easier to check for buffer
overflows with electric fence and memory leaks with memprof.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2095 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-11-19 20:30:19 +00:00
..
.cvsignore Initial revision 1999-09-03 14:32:03 +00:00
get.c added config_node_first() function to get the first non-comment node. 2001-09-22 15:24:40 +00:00
iconfig.h added config_node_first() function to get the first non-comment node. 2001-09-22 15:24:40 +00:00
Makefile.am Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
module.h Sorry for a big update - I still don't have internet connection at home 2000-04-14 11:27:14 +00:00
parse.c Removed memory debugging code. It's a lot easier to check for buffer 2001-11-19 20:30:19 +00:00
set.c config_node_remove() - NULL parent is treated as root node 2001-05-11 19:53:39 +00:00
write.c Don't write indent spaces to empty lines 2001-01-07 08:05:14 +00:00