summaryrefslogtreecommitdiff
path: root/src/lib-config
AgeCommit message (Expand)Author
2002-05-17removed useless functionsTimo Sirainen
2002-02-15renamed old config_node_index() to config_node_nth(). added newTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-11-19Removed memory debugging code. It's a lot easier to check for bufferTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-09-22added config_node_first() function to get the first non-comment node.Timo Sirainen
2001-09-22config_node_next() - Returns the next non-comment node in list. Use thisTimo Sirainen
2001-05-11config_node_remove() - NULL parent is treated as root nodeTimo Sirainen
2001-02-06'=' isn't really necessary, warn if it's missing but don't fail withoutTimo Sirainen
2001-01-07Don't write indent spaces to empty linesTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-16Config file handle wasn't closed if config_write_block() failedTimo Sirainen
2000-12-02config_close() didn't work correctly when config was parsed from stringTimo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26some updates for checking when to not autosave config.Timo Sirainen
2000-11-26Added modify counter which is increased every time something is changedTimo Sirainen
2000-11-23more enum fixesTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-09-06config_node_clear() didn't work right.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-16Small memleak fixedTimo Sirainen
2000-08-01fixTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-06-14If name tag contains '_', it shouldn't be quoted.Timo Sirainen
2000-06-06If config_node_get_str() is given NULL node, return the given default.Timo Sirainen
2000-05-10iconfig's caching was a bit buggy - it didn't notice if some config node wasTimo Sirainen
2000-05-09- Compiling fixesTimo Sirainen
2000-04-26rest of the ~rewrite?Timo Sirainen
2000-04-14section can be NULL - which is same as "". Fixed several functions to allowTimo Sirainen
2000-04-14Sorry for a big update - I still don't have internet connection at homeTimo Sirainen
2000-03-01- fix perl related problemswiget
1999-10-09config_section() and config_list_section() changedTimo Sirainen
1999-09-03Initial revisionTimo Sirainen