1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2025 — Jun 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update from TEA More... over 23 years ago
* configure: * aclocal.m4: * generic/np.h: simplify NpLog to always be defined, but * generic/npLog.c: only functions after NpStartLog is called. * mac/MW_NpHeader.pch: * unix/tclAppInit.c: More... over 23 years ago
redo NpLog defn to be varargs style More... over 23 years ago
regen More... over 23 years ago
see ChangeLog More... over 23 years ago
do not use TCL_DEFS in build More... over 23 years ago
Use extern instead of EXTERN linkage More... over 23 years ago
* win/npWin.c (NpLoadLibrary): added LIB_RUNTIME_DIR check before reg key check. More... over 23 years ago
* generic/np.h: Replace NpWinLoadDll with NpLoadLibrary that * generic/npInterp.c: returns handle to the Tcl/Tk libs, using a * unix/npUnix.c: platform dependent search mechanism. * win/npWin.c: * win/npWinPlat.c: More... over 23 years ago
* configure: Add LIB_RUNTIME_DIR which is compiled in to try * configure.in: and find the Tcl/Tk libs by direct path at runtime. * Makefile.in: Only enabled on Unix at the moment. More... over 23 years ago
* win/pluginhostctrl.dll: updated ActiveX control that correctly handles relative URLs in src=. More... over 23 years ago
* generic/npTcl.c (NPP_Initialize): * generic/npInterp.c (NpCreateMainInterp): use NpPlatformMsg instead of NpPanic to more gracefully handle initialization failure (don't kill user's browser). More... over 23 years ago
* generic/np.h: * win/npWinPlat.c (NpWinLoadDll): add this hack that checks the registry for a Tcl dll on Windows in case the user doesn't have Tcl on their path (common for Win9*). More... over 23 years ago
remove C++-style comments More... over 23 years ago
updated logo More... over 23 years ago
* win/pluginhostctrl.dll: Change ActiveX PluginHostControl ClassID * win/README.txt: from DBB2DE32-61F1-4F7F-BEB8-A37F5BC24EE2 * tools/README.binary: to 14E78123-A693-4F27-B6EE-DDDE18F93D3A This will allow us to make changes without disturbing the original ActiveX Control functionality. More... over 23 years ago
make not finding mozilla dir a warning, not an error More... over 23 years ago
typo fix More... over 23 years ago
* README: Updated READMEs with build and install * win/README.txt (new): instructions. * tools/README.binary (new): More... over 23 years ago
* Makefile.in: updated installer to provide fully working NPAPI plugin following 'make install' More... over 23 years ago
stub for plugin installer (does nothing now) More... over 23 years ago
* win/pluginhostctrl.dll: precompiled DLL of ActiveX NPAPI host control for MS/IE users. More... over 23 years ago
code/URL cleanup More... over 23 years ago
correct Win ref to .def file More... over 23 years ago
* configure: add runtime library path on Unix. Mozilla * configure.in: confounds our ability to use this, but it may work for other browsers. More... over 23 years ago
* generic/npInterp.c (NpCreateMainInterp): up reqs to really require Tcl 8.4 or better. More... over 23 years ago
use http v2 from the core for url posting More... over 23 years ago
update email contact More... over 23 years ago
* Makefile.in (install): install runtime libraries correctly, add notes about what to do with dll. More... over 23 years ago
* configure: * tclconfig/tcl.m4: better *Config.sh detection More... over 23 years ago