1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
2003-04-15 Henrik Sandklef <hesa@sandklef.com>
* src/*/*.c "plugin -> resource"
* doc/*.texi "plugin -> resource"
2003-02-10 Henrik Sandklef <hesa@sandklef.com>
* configure.in: vararg/stdargs
* src/lib/print_varargs.c:
* doc/xnee_exampl.texi (Examples):
* xnee.c: memset added
* AUTHORS: author added
* print_varargs.h: new file
2003-01-24 Henrik Sandklef <hesa@sandklef.com>
* build_web.sh: building todo.html
* web/todo.bot: new file
* web/todo.top: new file
2003-01-23 Henrik Sandklef <hesa@sandklef.com>
* src/lib/print_varargs.c: new file
2003-01-22 Henrik Sandklef <hesa@sandklef.com>
* src/cli/main.c: exit calls now uses enum ret values
* src/lib/xnee_record.c: exit calls now uses enum ret values
* src/lib/xnee.h: defines -> enum
* configure.in: AC_FUNC_VPRINTF added
* src/lib/print.h: moved all varargs functions to print_varargs.c
* src/lib/print_varargs.c: new file
* Makefile.xnee (CFLAGS): -DHAVE_HAVE_STDARG_H added
* src/cli/parse.c: XNEE_VERBOSE removed
* src/lib/xnee.c: removed longjump stuff
* src/cli/main.c (main): xd not global anymore
2003-01-20 Henrik Sandklef <hesa@sandklef.com>
* build_web.sh: new file
* TODO: various updates
* doc/xnee_usage.texi: info updates
* doc/xnee_synch.texi: info updates
* doc/xnee_req.texi: info updates
* doc/xnee_intro.texi: info updates
* doc/xnee_install.texi: info updates
* doc/xnee_faq.texi: info updates
* doc/xnee_exampl.texi: info updates
* doc/xnee_develop.texi: info updates
* doc/xnee_devel_over.texi: info updates
* doc/xnee_devel_down.texi: info updates
* doc/xnee_devel_build.texi: info updates
* doc/xnee_copying: new file
* doc/texinfo.tex: replaced file
* doc/fdl.texi: new file
* doc/version.texi: new version
* doc/dev_version.texi: new version
* doc/xnee.texi: info updates
* src/lib/xnee_record.h: comment update
Sun Jan 19 14:21:56 2003 <xnee@sandklef.com>
* doc/xnee.texi: added GNU FDL stuff
* doc/xnee_develop.texi: added GNU FDL stuff
Sun Jan 19 14:21:14 2003 <xnee@sandklef.com>
* build.sh: removed cp NEWS ChangeLog
Sun Jan 19 14:03:41 2003 <xnee@sandklef.com>
* src/cli/parse.c: changed printouts in usage and version
Sun Jan 19 14:02:21 2003 <xnee@sandklef.com>
* src/lib/xnee.c: changed printouts in usage and version
|