73 Commits (151b47ddb794726a9dcf873039ed0911ec98bfee)

Author SHA1 Message Date
Sami Vaarala fe4b62d7eb remove ncurses/socket/fileio from cmdline (for now atleast); if DUK_CMDLINE_BAREBONES is defined, also remove other nonportable dependencies (readline, signals, rlimit) 11 years ago
Sami Vaarala f9bbb93151 makefile trivia 11 years ago
Sami Vaarala 661e90a260 cleanup guide examples, they are now included into the doc 11 years ago
Sami Vaarala 0851adbc10 reorganize examples/gettingstarted to examples/guide 11 years ago
Sami Vaarala 6e641204f4 breakdown parts into guide gettingstarted 11 years ago
Sami Vaarala 2edf03be28 fix broken processlines.c gettingstarted example 11 years ago
Sami Vaarala c0815055c5 some coffeescript examples 11 years ago
Sami Vaarala bfa66a9679 gettingstarted examples 11 years ago
Sami Vaarala 2326f05cb9 remove test.c and use examples/hello instead 11 years ago
Sami Vaarala 32299c0804 example makefile fixes 11 years ago
Sami Vaarala fc92e97899 make the combined source the default, promoted one, rename it's dir from src-combined to src 11 years ago
Sami Vaarala 6f005ded97 some example files 11 years ago
Sami Vaarala 35f80df607 add separate example makefiles for a test program and a command line tool 11 years ago
Sami Vaarala 4b99ee9711 use libncurses instead of libncursesw in examples, as there is less porting hassle 11 years ago
Sami Vaarala 047e30b26e tweak README.txt, add a ((o) Duktape -header to cmdline example 11 years ago
Sami Vaarala 03141d7d1f cleanup example: no more internal header use 11 years ago
Sami Vaarala dfd4ad6e7a rework dist and examples, build from combined source by default 11 years ago
Sami Vaarala 8af2ffc633 a bunch of duk_api.h -> duktape.h changes 11 years ago
Sami Vaarala acb21165d2 fix example Makefile source file set 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 50c72ed47a update example makefile 12 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