Remove superflous code
[infodrom/dtaus] / dtaus.c
2009-07-25 Joey SchulzeRemove superflous code
2009-07-25 Joey SchulzeBe more explicit for malloc() calls
2009-07-15 Joey SchulzeDon't emit text records twice
2005-02-03 Joey SchulzeUntypo
2005-02-03 Joey SchulzeCorrections by Claudio Clemens <cclemens@getmobile.de>
2004-08-06 Joey SchulzeUse strchr(3) instead of index(3) since it is POSIX...
2004-08-06 Joey SchulzeAdded support for the 'Begleitzettel' via LaTeX document
2004-08-06 Joey SchulzeSwitch to using explicit variables for various informat...
2004-08-04 Joey SchulzeAdded legacy code to avoid GCC warnings
2004-08-04 Joey SchulzeUntypo by Martin Schulte <dtaus@ratinganwendung.de>
2003-08-30 Joey SchulzeAdded proper support for transaction 54xxJ. This exten...
2003-08-30 Joey SchulzeRemoved some compiler warnings by casting the buffer...
2003-08-30 Joey SchulzeAdjusted real2string
2003-05-25 Joey SchulzeProperly added DM support back and properly implemented...
2002-02-22 Joey SchulzeFix problems with unproperly recognized values like...
2002-01-15 Joey SchulzeCorrections to data types, as found by Christian Zink...
2002-01-01 Joey SchulzeA small improvement, don't print the "Ausfuehrungsdatum...
2002-01-01 Joey SchulzeThis is the anticipated change for 2002, make EURO...
2001-12-17 Joey Schulze . Beautification: Prettyprint the date
2001-11-18 Joey SchulzeChanged ^M to \r since gcc for IA-64 didn't like it.
2001-11-18 Joey SchulzeConverted index() into strchr() which is no Linuxism...
2001-11-17 Joey SchulzeConverted bzero() into memset() which is no Linuxism...
2001-11-17 Joey Schulze . Made some length values indirect through our data...
2001-11-17 Joey SchulzeAdded reverse support for upcoming European currency...
2001-11-17 Joey SchulzeFinally added proper support for the upcoming European...
2001-11-17 Joey SchulzeCorrected the code after reading less ambigous specific...
2001-11-12 Joey SchulzeAdded a define to make some routines default to EUR...
2001-11-12 Joey SchulzeImproved documentation, added link to respective field...
2001-11-12 Joey SchulzeSpelling, dooh. Thanks to Martin Schulte
2001-11-11 Joey SchulzeDon't eat the final record, it doesn't taste good.
2001-11-11 Joey SchulzeAdded support for reading our own files again... includ...
2001-11-11 Joey SchulzeWhoops, there is another unused text field. If we...
2001-11-11 Joey SchulzeAdded support for special files "-" as placeholder...
2001-11-11 Joey SchulzeAdded support for the used currency (DM only atm) and...
2001-11-11 Joey SchulzeImprovements, mainly support for additional Text fields
2001-11-10 Joey SchulzeRename Klient to Kunde and use iso-8859-1 umlauts,...
2000-01-04 Joey Schulze - Added short description for control files
1998-11-16 Joey Schulze * Added information about different types of...
1998-10-14 Joey Schulze* While implementing zero-padded fields I've also imple...
1998-07-04 Joey Schulze . Updated date in copyright text
1998-07-03 Joey Schulze . Added hook/theoretical support for Euro
1998-03-10 Joey SchulzeAdded COPYING
1997-06-03 Joey SchulzeFirst import