Changeset 38940 for trunk/base/src
- Timestamp:
- 08/03/08 01:05:42 (4 months ago)
- Location:
- trunk/base/src/pextlib1.0
- Files:
-
- 2 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/pextlib1.0/Makefile
r27297 r38940 2 2 fs-traverse.o strcasecmp.o vercomp.o filemap.o \ 3 3 sha1cmd.o compat.o curl.o rmd160cmd.o readline.o uid.o\ 4 tracelib.o 4 tracelib.o tty.o 5 5 SHLIB_NAME= Pextlib${SHLIB_SUFFIX} 6 6 INSTALLDIR= ${DESTDIR}${datadir}/macports/Tcl/pextlib1.0 -
trunk/base/src/pextlib1.0/Pextlib.c
r37913 r38940 115 115 #include "uid.h" 116 116 #include "tracelib.h" 117 #include "tty.h" 117 118 118 119 #if HAVE_CRT_EXTERNS_H … … 1215 1216 1216 1217 Tcl_CreateObjCommand(interp, "tracelib", TracelibCmd, NULL, NULL); 1218 Tcl_CreateObjCommand(interp, "isatty", IsattyCmd, NULL, NULL); 1219 Tcl_CreateObjCommand(interp, "term_get_size", TermGetSizeCmd, NULL, NULL); 1217 1220 1218 1221 if (Tcl_PkgProvide(interp, "Pextlib", "1.0") != TCL_OK)

