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
|
19-02-2024 Massimo Manghi <mxmanghi@apache.org>
* tclconfig/tcl.m4,install-sh: new versions for TEA files
* configure.ac: now generating config.h and relying on this
file for most preprocessor symbols
* unix/syslog.c: including config.h
04-12-2024 Massimo Manghi <mxmanghi@apache.org>
* VERSION: new version 1.2.5.1
* unix/syslog.c: Fixing a segfault occurring when the final text string
is missing
07-09-2024 Massimo Manghi <mxmanghi@apache.org>
* unix/syslog.c: qualify as const char* string variables storing
pointers to Tcl_Obj string internal representations
14-05-2024 Massimo Manghi <mxmanghi@apache.org>
* unix/syslog.c: Using real libc LOG_* symbols in order to determine
facility and severity, Fixed typo in facility code. Add new
switch -pid to have process pid printed in log lines. Add support for
switch -perror which prints also to stderr. Arguments checking revised
* tests/test1.tcl: add new test lines, removed tests using switch
-severity (now unsupported)
* VERSION: bumping version to 1.2.4
* pkgIndex.tcl: adding pkg index file
28-04-2024 Massimo Manghi <mxmanghi@apache.org>
* unix/syslog.c: Add Tcl_IncrRefCount in convert_facility and
convert_priority as Tcl objects are created and then passed
to Tcl_GetIndexFromObj that could well increment/decrement
the reference counter causing the release of the memory held
by them
20-04-2024 Massimo Manghi <mxmanghi@apache.org>
* VERSION: Add version file
* configure.ac: let's get the current version from VERSION
* unix/syslog.c: adopting Tcl_SetObjResult instead of Tcl_SetResult
31-03-2024 Massimo Manghi <massimo.manghi@rivetweb.org>
* README.md: basic information that are displayed on Github website.
Preparing to release this code as 1.2 even though there are no
new features, but to mark the fact it's beeb adopted
* NEWS: add news entry
* INSTALL: writing basic installation instructions
* -: Adopting tcl-syslog as the package needed
TEA build script updates while Alexander (the original author)
has become unresponsive at the 2008 email address.
1.1 20-4-2008
* Fixed a memory leak.
* Some uninitialized variables fixed.
* Locally used procedures are now static.
* A forgotten debugging command cleaned-up.
1.0 21-1-2008
* Initial Version
|