diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-04-06 23:14:08 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-04-06 23:14:08 (GMT) |
commit | 6d043366e408d9c7434a567048ab86ba9b452790 (patch) | |
tree | 0830b9cf515b316e05bbebde6d603f175f856269 | |
parent | b80daf1c9480cf551e21ac7661392ed5b0b621ff (diff) | |
download | tcl-6d043366e408d9c7434a567048ab86ba9b452790.zip tcl-6d043366e408d9c7434a567048ab86ba9b452790.tar.gz tcl-6d043366e408d9c7434a567048ab86ba9b452790.tar.bz2 |
2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/mkLinks: Updated to incorporate the changes below.
* doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME
section. [Bug #414435].
* doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and
'Tcl_AttemptRealloc' to the NAME section. [Bug #414435].
* doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and
'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435].
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | doc/Alloc.3 | 4 | ||||
-rw-r--r-- | doc/StringObj.3 | 4 | ||||
-rw-r--r-- | doc/Utf.3 | 4 | ||||
-rw-r--r-- | unix/mkLinks | 10 |
5 files changed, 29 insertions, 6 deletions
@@ -1,3 +1,16 @@ +2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * unix/mkLinks: Updated to incorporate the changes below. + + * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME + section. [Bug #414435]. + + * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and + 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435]. + + * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and + 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435]. + 2001-04-06 Don Porter <dgp@users.sourceforge.net> * library/init.tcl: diff --git a/doc/Alloc.3 b/doc/Alloc.3 index dc36985..ff7abf8 100644 --- a/doc/Alloc.3 +++ b/doc/Alloc.3 @@ -4,13 +4,13 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Alloc.3,v 1.4 2001/03/28 02:26:39 hobbs Exp $ +'\" RCS: @(#) $Id: Alloc.3,v 1.5 2001/04/06 23:14:08 andreas_kupries Exp $ '\" .so man.macros .TH Tcl_Alloc 3 7.5 Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_Alloc, Tcl_Free, Tcl_Realloc \- allocate or free heap memory +Tcl_Alloc, Tcl_Free, Tcl_Realloc, Tcl_AttemptAlloc, Tcl_AttemptRealloc \- allocate or free heap memory .SH SYNOPSIS .nf \fB#include <tcl.h>\fR diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 4be6eef..b1c5c00 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -4,13 +4,13 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: StringObj.3,v 1.7 2001/04/04 16:07:20 kennykb Exp $ +'\" RCS: @(#) $Id: StringObj.3,v 1.8 2001/04/06 23:14:08 andreas_kupries Exp $ '\" .so man.macros .TH Tcl_StringObj 3 8.1 Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_NewStringObj, Tcl_NewUnicodeObj, Tcl_SetStringObj, Tcl_SetUnicodeObj, Tcl_GetStringFromObj, Tcl_GetString, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendToObj, Tcl_AppendUnicodeToObj, Tcl_AppendStringsToObj, Tcl_AppendStringsToObjVA, Tcl_AppendObjToObj, Tcl_SetObjLength, Tcl_ConcatObj \- manipulate Tcl objects as strings +Tcl_NewStringObj, Tcl_NewUnicodeObj, Tcl_SetStringObj, Tcl_SetUnicodeObj, Tcl_GetStringFromObj, Tcl_GetString, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendToObj, Tcl_AppendUnicodeToObj, Tcl_AppendStringsToObj, Tcl_AppendStringsToObjVA, Tcl_AppendObjToObj, Tcl_SetObjLength, Tcl_ConcatObj, Tcl_AttemptSetObjLength \- manipulate Tcl objects as strings .SH SYNOPSIS .nf \fB#include <tcl.h>\fR @@ -4,13 +4,13 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Utf.3,v 1.8 2000/05/08 22:00:01 hobbs Exp $ +'\" RCS: @(#) $Id: Utf.3,v 1.9 2001/04/06 23:14:08 andreas_kupries Exp $ '\" .so man.macros .TH Utf 3 "8.1" Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_UniChar, Tcl_UniCharToUtf, Tcl_UtfToUniChar, Tcl_UniCharToUtfDString, Tcl_UtfToUniCharDString, Tcl_UniCharLen, Tcl_UniCharNcmp, Tcl_UtfCharComplete, Tcl_NumUtfChars, Tcl_UtfFindFirst, Tcl_UtfFindLast, Tcl_UtfNext, Tcl_UtfPrev, Tcl_UniCharAtIndex, Tcl_UtfAtIndex, Tcl_UtfBackslash \- routines for manipulating UTF-8 strings. +Tcl_UniChar, Tcl_UniCharCaseMatch, Tcl_UniCharNcasecmp, Tcl_UniCharToUtf, Tcl_UtfToUniChar, Tcl_UniCharToUtfDString, Tcl_UtfToUniCharDString, Tcl_UniCharLen, Tcl_UniCharNcmp, Tcl_UtfCharComplete, Tcl_NumUtfChars, Tcl_UtfFindFirst, Tcl_UtfFindLast, Tcl_UtfNext, Tcl_UtfPrev, Tcl_UniCharAtIndex, Tcl_UtfAtIndex, Tcl_UtfBackslash \- routines for manipulating UTF-8 strings. .SH SYNOPSIS .nf \fB#include <tcl.h>\fR diff --git a/unix/mkLinks b/unix/mkLinks index 486c621..ae25177 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -54,9 +54,13 @@ if test -r Alloc.3; then rm -f Tcl_Alloc.3 rm -f Tcl_Free.3 rm -f Tcl_Realloc.3 + rm -f Tcl_AttemptAlloc.3 + rm -f Tcl_AttemptRealloc.3 ln Alloc.3 Tcl_Alloc.3 ln Alloc.3 Tcl_Free.3 ln Alloc.3 Tcl_Realloc.3 + ln Alloc.3 Tcl_AttemptAlloc.3 + ln Alloc.3 Tcl_AttemptRealloc.3 fi if test -r AllowExc.3; then rm -f Tcl_AllowExceptions.3 @@ -892,6 +896,7 @@ if test -r StringObj.3; then rm -f Tcl_AppendObjToObj.3 rm -f Tcl_SetObjLength.3 rm -f Tcl_ConcatObj.3 + rm -f Tcl_AttemptSetObjLength.3 ln StringObj.3 Tcl_NewStringObj.3 ln StringObj.3 Tcl_NewUnicodeObj.3 ln StringObj.3 Tcl_SetStringObj.3 @@ -909,6 +914,7 @@ if test -r StringObj.3; then ln StringObj.3 Tcl_AppendObjToObj.3 ln StringObj.3 Tcl_SetObjLength.3 ln StringObj.3 Tcl_ConcatObj.3 + ln StringObj.3 Tcl_AttemptSetObjLength.3 fi if test -r Tcl_Main.3; then rm -f Tcl_SetMainLoop.3 @@ -974,6 +980,8 @@ if test -r UpVar.3; then fi if test -r Utf.3; then rm -f Tcl_UniChar.3 + rm -f Tcl_UniCharCaseMatch.3 + rm -f Tcl_UniCharNcasecmp.3 rm -f Tcl_UniCharToUtf.3 rm -f Tcl_UtfToUniChar.3 rm -f Tcl_UniCharToUtfDString.3 @@ -990,6 +998,8 @@ if test -r Utf.3; then rm -f Tcl_UtfAtIndex.3 rm -f Tcl_UtfBackslash.3 ln Utf.3 Tcl_UniChar.3 + ln Utf.3 Tcl_UniCharCaseMatch.3 + ln Utf.3 Tcl_UniCharNcasecmp.3 ln Utf.3 Tcl_UniCharToUtf.3 ln Utf.3 Tcl_UtfToUniChar.3 ln Utf.3 Tcl_UniCharToUtfDString.3 |