summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
arjen [Fri, 4 May 2007 13:56:05 +0000 (13:56 +0000)]
Added a copy contructor to the regex class. This prevents multiple frees in the destructor.
arjen [Fri, 4 May 2007 13:55:18 +0000 (13:55 +0000)]
Dynamically allocate more memory if the string buffer runs out of space when
reading a String object from an input stream.
arjen [Sat, 29 Mar 2003 07:19:37 +0000 (07:19 +0000)]
Bugfix: Do not read the config file in the home
directory if the HOME environment variable doesn't exist
arjen [Sat, 29 Mar 2003 07:18:54 +0000 (07:18 +0000)]
String constructor and assignment from char * are more robust fro NULL pointers.
arjen [Sat, 23 Nov 2002 12:52:21 +0000 (12:52 +0000)]
Prepared for release 0.3
arjen [Sat, 23 Nov 2002 12:48:18 +0000 (12:48 +0000)]
Check if a configuration file exists before feeding it to the XML parser.
arjen [Mon, 4 Nov 2002 07:44:45 +0000 (07:44 +0000)]
Use proper namespace for iostream classes
Use local header files and not the installed ones.
arjen [Mon, 4 Nov 2002 07:42:29 +0000 (07:42 +0000)]
Use proper namespace for iostream classes
arjen [Mon, 4 Nov 2002 07:24:31 +0000 (07:24 +0000)]
Use proper namespace for iostream classes
arjen [Sun, 3 Nov 2002 13:20:35 +0000 (13:20 +0000)]
Use local header files instead of the installed header files
arjen [Sun, 3 Nov 2002 13:18:57 +0000 (13:18 +0000)]
New functions - String::escape() and String::unescape()
arjen [Sat, 2 Nov 2002 14:36:31 +0000 (14:36 +0000)]
Uses the XML2 library
arjen [Sat, 2 Nov 2002 14:35:15 +0000 (14:35 +0000)]
Uses the XML2 library
BugFix: segfault when finding a parameters that is not in the user-sepcific
config tree.
arjen [Sat, 28 Sep 2002 07:03:06 +0000 (07:03 +0000)]
Prepared for patch 0.2.3
arjen [Sat, 28 Sep 2002 06:58:45 +0000 (06:58 +0000)]
Bugfix: conversion of an empty string to a date or hour object
now makes the values of such an object 0 (null) instead of giving
a segmentation fault.
The class UTC combines the date and hour classes. The most basic
functions of the UTC class are now implemented.
These include constructors and conversion to and from String objects.
New functions: date::proper(), hour::proper() and UTC::proper().
Return true if the object holds a proper clock time and/or calendar
date; false if at least one value is out of range.
arjen [Sat, 28 Sep 2002 06:48:46 +0000 (06:48 +0000)]
Bugfix: In configuration::find_parameter(), check if the parameter node exists
before retrieving its contents.
arjen [Sat, 28 Sep 2002 06:45:51 +0000 (06:45 +0000)]
New feature: subtring selection by regular expression.
Bugfix: use the std: namespace for STL classes istream and ostream
arjen [Sat, 28 Sep 2002 06:42:11 +0000 (06:42 +0000)]
A few small bug fixes.
arjen [Thu, 26 Sep 2002 14:51:52 +0000 (14:51 +0000)]
Fixed declaration of strlen()
arjen [Thu, 26 Sep 2002 14:50:54 +0000 (14:50 +0000)]
Proper casting of event data in EV_ClientMessage()
arjen [Thu, 26 Sep 2002 14:48:46 +0000 (14:48 +0000)]
Use the std: namespace for STL objects
arjen [Mon, 2 Sep 2002 06:18:07 +0000 (06:18 +0000)]
Fixed some date and time conversion functions
arjen [Sat, 27 Jul 2002 06:45:29 +0000 (06:45 +0000)]
Improved XML library config
arjen [Sat, 27 Jul 2002 06:34:06 +0000 (06:34 +0000)]
Removed the obsolete complex number test from acltest.
BUG FIX: testaxe crashed when no configuration file is available.
arjen [Thu, 25 Jul 2002 08:12:45 +0000 (08:12 +0000)]
Added a title page
arjen [Thu, 25 Jul 2002 08:01:14 +0000 (08:01 +0000)]
First checkin, AXE release 0.2