diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-06 08:36:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-06 08:36:12 -0800 |
commit | b26f98511a911537fef73a1925df6d91a7829b6e (patch) | |
tree | 9bc8b1f5288e8116ef1b06f43af1830a3d7ce4f9 /ChangeLog | |
parent | 43fa874fd295b2c765cddd14939a60a47e190148 (diff) | |
download | txr-b26f98511a911537fef73a1925df6d91a7829b6e.tar.gz txr-b26f98511a911537fef73a1925df6d91a7829b6e.tar.bz2 txr-b26f98511a911537fef73a1925df6d91a7829b6e.zip |
Fixing some old-style coding that became obsolete
around November 2009.
* lib.c (lazy_str): Use the efficient lit("...") that
doesn't allocate memory instead of string(L"...").
(lazy_str_get_trailing_list): Likewise.
* stream.c (open_process): Likewise.
* txr.c (remove_hash_bang_line): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2013-12-06 Kaz Kylheku <kaz@kylheku.com> + + Fixing some old-style coding that became obsolete + around November 2009. + + * lib.c (lazy_str): Use the efficient lit("...") that + doesn't allocate memory instead of string(L"..."). + (lazy_str_get_trailing_list): Likewise. + + * stream.c (open_process): Likewise. + + * txr.c (remove_hash_bang_line): Likewise. + 2013-12-05 Kaz Kylheku <kaz@kylheku.com> * regex.c (regex_compile): Handle string input. |