Sami Vaarala
|
0a7c56e1e2
|
change eventloop example to use the function/number list helpers
|
11 years ago |
Sami Vaarala
|
d0c7560193
|
init trivia, better convenience api use
|
11 years ago |
Sami Vaarala
|
6c3e272d7c
|
async connect handling
|
11 years ago |
Sami Vaarala
|
10b2829ca0
|
incomplete socket stuff for eventloop example
|
11 years ago |
Sami Vaarala
|
148d3b6a04
|
eventloop c binding FIXMEs cleaned up
|
11 years ago |
Sami Vaarala
|
2b80bc56c5
|
implement a C eventloop example comparable to the Ecmascript one (still no sockets); simplify the Ecmascript eventloop version also; C code cleanup and reorganization
|
11 years ago |
Sami Vaarala
|
1504bbb151
|
move unused cmdline modules (fileiso, socket, ncurses) to eventloop example, which is perhaps a more useful place for them
|
11 years ago |
Sami Vaarala
|
03141d7d1f
|
cleanup example: no more internal header use
|
11 years ago |
Sami Vaarala
|
8af2ffc633
|
a bunch of duk_api.h -> duktape.h changes
|
11 years ago |
Sami Vaarala
|
11c664a4eb
|
mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency
|
11 years ago |
Sami Vaarala
|
34444e80c3
|
rename duk_push_new_buffer to duk_push_buffer (same for fixed/dynamic pushers); cmdline fixes
|
11 years ago |
Sami Vaarala
|
4b8745ffaa
|
move cmdline tool to examples (along with the dummy socket, fileio, and ncurses modules), move Makefile.example to examples as well
|
12 years ago |
Sami Vaarala
|
5cd95cbb80
|
change duk_next() to not push key and/or value when enum is empty; this requires caller to check retval to know what's on the stack but is more natural when enumerating
|
12 years ago |
Sami Vaarala
|
aaf391d0f3
|
add a few Darwin/OSX fixes to get a successful build
|
12 years ago |
Sami Vaarala
|
1f0ed2d52c
|
avoid SIGPIPE for test socket module!
|
12 years ago |
Sami Vaarala
|
2fd06ac8ef
|
example code for sockets, file i/o, and ncurses bindings
|
12 years ago |