summaryrefslogtreecommitdiff
path: root/src/core/wee-string.c
AgeCommit message (Expand)Author
2014-02-15core: move function string_replace before string_replace_regexSebastien Helleu
2014-02-14doc: add function string_split_shell in plugin API referenceSebastien Helleu
2014-02-14core: change text in comment of function string_replace_regexSebastien Helleu
2014-02-09core: improve the string_replace_regex function (add reference char, change s...Sebastien Helleu
2014-02-09core: replace "regex_t *" by "void *" in string functions (fix ruby compilati...Sebastien Helleu
2014-02-09core: add argument "num_items" in function string_split_shellSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ins...Sebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-09-02Merge branch 'shared-strings'Sebastien Helleu
2013-08-17core: add commment in function string_shared_get (returned value must not be ...Sebastien Helleu
2013-08-12core: add comment with return value of function string_regcompSebastien Helleu
2013-08-10core: add support of shared strings in split of strings (add functions string...Sebastien Helleu
2013-08-10core: add shared strings to reduce memory usageSebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-11api: fix bug in string_match when mask begins and ends with "*"Sebastien Helleu
2013-02-26api: fix function string_mask_to_regex: escape all special chars used in rege...Sebastien Helleu
2013-01-18core: fix infinite loop when a regex gives an empty match (bug #38112)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25core: fix detection of command in input: a single command char is considered ...Nils Görs
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security prob...Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-02-25core: fix expand of path "~" to home of user in function string_expand_home (...Sebastien Helleu
2012-02-05core: fix compilation warning under CygwinSebastien Helleu
2012-01-26api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub...Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #...Simon Kuhnle
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-16core: use value 2 of keep_eol in function string_split to keep separators at ...Sebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-09Fix infinite loop in API function string_has_highlight_regex if regex is emptySebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-10Use type "unsigned long long" for API function string_format_sizeSebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu