summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-04 00:45:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-04 00:45:34 (GMT)
commit7dea16173852a85ca6f319b02f418e4f54ff91c1 (patch)
tree679955dbac2b33f3503ce2f15783f4027b23484c /ChangeLog
parent272faa763c52da3f47a7dfaa6a9c04046d375964 (diff)
downloadtcl-7dea16173852a85ca6f319b02f418e4f54ff91c1.zip
tcl-7dea16173852a85ca6f319b02f418e4f54ff91c1.tar.gz
tcl-7dea16173852a85ca6f319b02f418e4f54ff91c1.tar.bz2
* expanded abbreviations in previous log entries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 29 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 53d9df1..7cebfda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1321,13 +1321,21 @@
* doc/FileSystem.3 (Tcl_FSLoadFile):
* generic/tcl.decls (Tcl_FSLoadFile):
- * generic/tcl{Int}.h (Tcl_FSLoadFileProc,TclpLoadFile):
+ * generic/tcl.h (Tcl_FSLoadFileProc):
+ * generic/tclInt.h (TclpLoadFile):
* generic/tclIOUtil.c (Tcl_FSLoadFile):
* generic/tclLoadNone.c (TclpLoadFile):
* generic/tclTest.c (TestReportLoadFile):
* library/ldAout.tcl:
* mac/tclMacLoad.c (TclpLoadFile):
- * unix/tclLoad*.c (TclpLoadFile):
+ * unix/tclLoadAix.c (TclpLoadFile):
+ * unix/tclLoadAout.c (TclpLoadFile):
+ * unix/tclLoadDl.c (TclpLoadFile):
+ * unix/tclLoadDld.c (TclpLoadFile):
+ * unix/tclLoadDyld.c (TclpLoadFile):
+ * unix/tclLoadNext.c (TclpLoadFile):
+ * unix/tclLoadOSF.c (TclpLoadFile):
+ * unix/tclLoadShl.c (TclpLoadFile):
* win/tclWinLoad.c (TclpLoadFile):
* win/tclWinFCmd.c (DoRemoveJustDirectory): More CONST poisoning
fixes from the 2001-09-24 TIP 27 changes. CONST-ified
@@ -1341,16 +1349,18 @@
* doc/TCL_MEM_DEBUG.3: Updated out-of-date reference to
#define GUARD_SIZE.
- * doc/UpVar.3 (Tcl_UpVar*):
- * generic/tcl{Int}.decls (Tcl_UpVar*,TclFindProc,TclGetFrame):
- * generic/tclInt.h
- (Tcl{FindProc,GetFrame,LookupVar,PrecTraceProc,ProcInterpProc}):
+ * doc/UpVar.3 (Tcl_UpVar,Tcl_UpVar2):
+ * generic/tcl.decls (Tcl_UpVar,Tcl_UpVar2):
+ * generic/tclInt.decls (TclFindProc,TclGetFrame):
+ * generic/tclInt.h (TclFindProc,TclGetFrame,TclLookupVar,
+ TclPrecTraceProc,TclProcInterpProc}):
* generic/tclProc.c (TclGetFrame,TclFindProc):
- * generic/tclVar.c (Tcl_UpVar*,MakeUpvar): Updated APIs in
+ * generic/tclVar.c (Tcl_UpVar,Tcl_UpVar2,MakeUpvar): Updated APIs in
generic/tclProc.c and generic/tclVar.c according to the guidelines
of TIP 27. [Patch 465442]
- * generic/tcl{Int}Decls.h: make genstubs
+ * generic/tclDecls.h:
+ * generic/tclIntDecls.h: make genstubs
2001-09-26 Andreas Kupries <andreas_kupries@users.sourceforge.net>
@@ -1399,11 +1409,13 @@
* doc/GetInt.3:
* generic/tclInt.h (TclGetLong deleted):
- * generic/tcl{,Int}.decls:
+ * generic/tcl.decls:
+ * generic/tclInt.decls:
* generic/tclGet.c: Updated APIs in generic/tclGet.c
according to the guidelines of TIP 27. [Patch 464674]
- * generic/tcl{Int}Decls.h: make genstubs
+ * generic/tclDecls.h:
+ * generic/tclIntDecls.h: make genstubs
2001-09-25 Miguel Sofer <msofer@users.sourceforge.net>
@@ -1412,9 +1424,12 @@
2001-09-24 Don Porter <dgp@users.sourceforge.net>
- * doc/{Concat,DString,SplitList}.3:
+ * doc/Concat.3:
+ * doc/DString.3:
+ * doc/SplitList.3:
* generic/tclInt.h (TclCheckBadOctal):
- * generic/tcl{,Int}.decls:
+ * generic/tcl.decls:
+ * generic/tclInt.decls:
* generic/tclEncoding.c (OpenEncodingFile):
* generic/tclMain.c (Tcl_Main):
* generic/tclUtil.c:
@@ -1422,7 +1437,8 @@
generic/tclUtil.c according to the guidelines of TIP 27.
[Patch 464553]
- * generic/tcl{Int}Decls.h: make genstubs
+ * generic/tclDecls.h:
+ * generic/tclIntDecls.h: make genstubs
2001-09-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>