From b26f98511a911537fef73a1925df6d91a7829b6e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Dec 2013 08:36:12 -0800 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e46b46c..8c820750 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-12-06 Kaz Kylheku + + 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 * regex.c (regex_compile): Handle string input. -- cgit v1.2.3