(hackerlab--devo--1.0--patch-93) Summary: [NOTE] [PIKA] udstr review cleanups (jivera)
Tom Lord <lord-1tv/[email protected]> Wed, 14 Jul 2004 10:56:38 -0700 (PDT)
| Newsgroups | gmane.lisp.scheme.pika.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: hackerlab--devo--1.0--patch-93 Archive: [email protected] Creator: Tom Lord <lord-1tv/[email protected]> Date: Wed Jul 14 10:56:28 PDT 2004 Standard-date: 2004-07-14 17:56:28 GMT Modified-files: strings/udstr.c strings/udstr.h strings/ustr.c New-patches: [email protected]/hackerlab--udstr-patches--1.0--base-0 [email protected]/hackerlab--udstr-patches--1.0--patch-1 [email protected]/hackerlab--udstr-patches--1.0--patch-2 [email protected]/hackerlab--udstr-patches--1.0--patch-3 [email protected]/hackerlab--udstr-patches--1.0--patch-4 [email protected]/hackerlab--udstr-patches--1.0--patch-5 [email protected]/hackerlab--udstr-patches--1.0--patch-6 [email protected]/hackerlab--udstr-patches--1.0--patch-7 [email protected]/hackerlab--udstr-patches--1.0--patch-8 [email protected]/hackerlab--udstr-patches--1.0--patch-9 [email protected]/hackerlab--devo--1.0--patch-93 Summary: [NOTE] [PIKA] udstr review cleanups (jivera) Keywords: (Significance: this helps clear the way for making the Furth default string type a Unicode string type from the start.) Patches applied: * [email protected]/hackerlab--udstr-patches--1.0--base-0 tag of [email protected]/hackerlab--devo--1.0--patch-87 * [email protected]/hackerlab--udstr-patches--1.0--patch-1 Call ustri_ not ustr_ functions in ustr.c * [email protected]/hackerlab--udstr-patches--1.0--patch-2 add error handling to udstr_append_fw_x * [email protected]/hackerlab--udstr-patches--1.0--patch-3 udstr_cv_delete_x's logic is wrong * [email protected]/hackerlab--udstr-patches--1.0--patch-4 udstr_unref doesn't need an explicit alloc_limits * [email protected]/hackerlab--udstr-patches--1.0--patch-5 refactor udstr_cp_to_cv_range * [email protected]/hackerlab--udstr-patches--1.0--patch-6 memory leak in udstr_append_fw_x * [email protected]/hackerlab--udstr-patches--1.0--patch-7 numerous memory leaks in udstr.c * [email protected]/hackerlab--udstr-patches--1.0--patch-8 sync with Tom * [email protected]/hackerlab--udstr-patches--1.0--patch-9 use udstr_cp_to_cv_range in replace