1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add conditional logic for freebsd vs linux More... almost 12 years ago
Inform Tcl of the line number, filename, and source line of the Javascript exception during trampoline. Fixes Issue #7 More... almost 12 years ago
Update README.md More... over 12 years ago
more minor updates More... over 12 years ago
list all methods in the documentation with a one-line description of each. More... over 12 years ago
use Tcl_EvalEx instead of the deprecated Tcl_Eval, which also allows the result to be converted as native data types (fixes issue #1) More... over 12 years ago
Merge pull request #5 from DavidChouinard/master More... over 12 years ago
Added further documentation on new methods More... over 12 years ago
Documented the new call method. More... over 12 years ago
Merge pull request #4 from DavidChouinard/master More... over 12 years ago
Added Markdown syntax to README file More... over 12 years ago
Change README to Markdown More... over 12 years ago
remove completed item More... over 12 years ago
Contributed changes from acertainsomeone: More... over 12 years ago
move C++ files into src directory. refine package.json, wscript, and Makefile to accomodate new layout. More... over 12 years ago
move examples into subdirectory. add package.json for standardization. More... over 12 years ago
add official license More... over 12 years ago
add some comments More... over 12 years ago
Fixed example3 to be smart about how it invokes the tcl event loop from the node event loop. BUGZID:
lehenbauer
as Karl Lehenbauer
More... over 12 years ago
install a command deletion handler to avoid leaking memory when the interp is freed. More... over 12 years ago
Make it possible for node programs to keep Tcl's event loop alive by invoking interp.process_events(). BUGZID:
lehenbauer
as Karl Lehenbauer
More... over 12 years ago
add modeline for emacs More... over 12 years ago
Merge branch 'master' of github.com:bovine/nodetcl More... over 12 years ago
add support for defining Tcl procs that callback to a JavaScript function. More... over 12 years ago
Update README More... over 12 years ago
avoid leaking an object when Tcl_Init fails. More... over 12 years ago
invoke Tcl_Init so that ::tcl_library, init.tcl, and various other initialization occurs. More... over 12 years ago
add test target More... over 12 years ago
initial version More... over 12 years ago