index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib-config
Age
Commit message (
Expand
)
Author
2001-11-05
Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...
Timo Sirainen
2001-09-22
added config_node_first() function to get the first non-comment node.
Timo Sirainen
2001-09-22
config_node_next() - Returns the next non-comment node in list. Use this
Timo Sirainen
2001-05-11
config_node_remove() - NULL parent is treated as root node
Timo Sirainen
2001-02-06
'=' isn't really necessary, warn if it's missing but don't fail without
Timo Sirainen
2001-01-07
Don't write indent spaces to empty lines
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-16
Config file handle wasn't closed if config_write_block() failed
Timo Sirainen
2000-12-02
config_close() didn't work correctly when config was parsed from string
Timo Sirainen
2000-11-26
config changes, CONFIG_REC is now required parameter for
Timo Sirainen
2000-11-26
some updates for checking when to not autosave config.
Timo Sirainen
2000-11-26
Added modify counter which is increased every time something is changed
Timo Sirainen
2000-11-23
more enum fixes
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-09-06
config_node_clear() didn't work right.
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-16
Small memleak fixed
Timo Sirainen
2000-08-01
fix
Timo Sirainen
2000-07-10
Enabled lots of GCC warnings, fixed those that were easy to fix.
Timo Sirainen
2000-06-14
If name tag contains '_', it shouldn't be quoted.
Timo Sirainen
2000-06-06
If config_node_get_str() is given NULL node, return the given default.
Timo Sirainen
2000-05-10
iconfig's caching was a bit buggy - it didn't notice if some config node was
Timo Sirainen
2000-05-09
- Compiling fixes
Timo Sirainen
2000-04-26
rest of the ~rewrite?
Timo Sirainen
2000-04-14
section can be NULL - which is same as "". Fixed several functions to allow
Timo Sirainen
2000-04-14
Sorry for a big update - I still don't have internet connection at home
Timo Sirainen
2000-03-01
- fix perl related problems
wiget
1999-10-09
config_section() and config_list_section() changed
Timo Sirainen
1999-09-03
Initial revision
Timo Sirainen