]> git.sur5r.net Git - c128-kasse/log
c128-kasse
15 years agoInitialize memory
sECuRE [Sat, 29 Nov 2008 13:44:31 +0000 (13:44 +0000)]
Initialize memory

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@86 af93e077-1a23-4f1e-9cbe-9382a9d578f5

15 years agoFreitext verkaufen können, Druckerproblem gefixed
sECuRE [Sat, 29 Nov 2008 09:20:26 +0000 (09:20 +0000)]
Freitext verkaufen können, Druckerproblem gefixed

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@85 af93e077-1a23-4f1e-9cbe-9382a9d578f5

15 years agoLimit Entrys to 10 per Page
sECuRE [Fri, 28 Nov 2008 23:29:07 +0000 (23:29 +0000)]
Limit Entrys to 10 per Page

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@84 af93e077-1a23-4f1e-9cbe-9382a9d578f5

15 years agoUse correct datatype for return value
sECuRE [Fri, 28 Nov 2008 22:04:47 +0000 (22:04 +0000)]
Use correct datatype for return value

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@83 af93e077-1a23-4f1e-9cbe-9382a9d578f5

15 years agoWrite log in files with 100 lines each (append mode emulation)
sECuRE [Sat, 15 Nov 2008 23:44:47 +0000 (23:44 +0000)]
Write log in files with 100 lines each (append mode emulation)
Extend copyright to 2008
Make comments english (consistent)
Fix spelling errors
Check for not existant items correctly
Cleanup makefile

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@82 af93e077-1a23-4f1e-9cbe-9382a9d578f5

15 years agoUse unlink() instead of _sysremove(), cleanup makefile
sECuRE [Fri, 14 Nov 2008 23:20:40 +0000 (23:20 +0000)]
Use unlink() instead of _sysremove(), cleanup makefile

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@81 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago* prepend \0x11 to printer output for switching to lower/upper case mode instead of
sur5r [Sun, 4 Nov 2007 01:44:26 +0000 (01:44 +0000)]
* prepend \0x11 to printer output for switching to lower/upper case mode instead of
  upper case/graphics mode

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@80 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoRemove directory listing (just doesn't work, probably mixing cbm* with stdio again...
sECuRE [Fri, 2 Nov 2007 22:07:14 +0000 (22:07 +0000)]
Remove directory listing (just doesn't work, probably mixing cbm* with stdio again), use "directory<RETURN>" in BASIC

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@79 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoAdd hex viewer "cat"
sECuRE [Fri, 2 Nov 2007 21:51:13 +0000 (21:51 +0000)]
Add hex viewer "cat"

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@78 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoFix linking of itemz
sECuRE [Thu, 1 Nov 2007 11:56:22 +0000 (11:56 +0000)]
Fix linking of itemz

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@77 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomove global variables of kasse to include/kasse.h
sECuRE [Wed, 31 Oct 2007 22:06:38 +0000 (22:06 +0000)]
move global variables of kasse to include/kasse.h
implement continuous file logging
remove sprintf() out of the loop
remove test-function 'n'

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@76 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix bugs in setting/reading time, this one affected the other bug (loading/saving...
sECuRE [Tue, 30 Oct 2007 23:46:56 +0000 (23:46 +0000)]
fix bugs in setting/reading time, this one affected the other bug (loading/saving items did not work, showed 0x2F entries) because it overwrote memory

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@75 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoprint nickname in log
matze [Sat, 27 Oct 2007 00:17:39 +0000 (00:17 +0000)]
print nickname in log

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@74 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago * ignore some built stuff
matze [Fri, 26 Oct 2007 23:31:12 +0000 (23:31 +0000)]
 * ignore some built stuff
 * explicitly list objects for linking kasse

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@73 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agovideomode macro
matze [Fri, 26 Oct 2007 23:22:09 +0000 (23:22 +0000)]
videomode macro

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@72 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoallow the user to retry or quit, when printing fails
matze [Fri, 26 Oct 2007 23:15:02 +0000 (23:15 +0000)]
allow the user to retry or quit, when printing fails

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@71 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago * let users quit itemz/kasse
matze [Fri, 26 Oct 2007 22:16:53 +0000 (22:16 +0000)]
 * let users quit itemz/kasse
 * only toggle_videmode if not in 80 char mode

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@70 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago- write kasse first to the image because RUN"* will run the first program
sur5r [Fri, 26 Oct 2007 22:00:59 +0000 (22:00 +0000)]
- write kasse first to the image because RUN"* will run the first program

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@69 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago * replaced files_existing with differentiated flags.
matze [Fri, 26 Oct 2007 21:00:32 +0000 (21:00 +0000)]
 * replaced files_existing with differentiated flags.
 * obsolete items/state files are not written to the disk image anymore

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@68 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agodeleted obsolete items file
matze [Fri, 26 Oct 2007 20:55:24 +0000 (20:55 +0000)]
deleted obsolete items file

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@67 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agodeleted obsolete state file
matze [Fri, 26 Oct 2007 20:54:20 +0000 (20:54 +0000)]
deleted obsolete state file

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@66 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agodefined NICKNAME_MAX_LEN
matze [Fri, 26 Oct 2007 01:45:37 +0000 (01:45 +0000)]
defined NICKNAME_MAX_LEN

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@65 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago* buy() now uses find_credit
matze [Fri, 26 Oct 2007 01:39:35 +0000 (01:39 +0000)]
* buy() now uses find_credit
* there is no strncasecmp

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@64 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoBugfix: remove sleep(1), which breaks the program
sECuRE [Thu, 25 Oct 2007 16:07:18 +0000 (16:07 +0000)]
Bugfix: remove sleep(1), which breaks the program

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@63 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoput filter back in again.
matze [Thu, 25 Oct 2007 15:11:41 +0000 (15:11 +0000)]
put filter back in again.
implemented a deposit function which crashes the program...

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@62 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoprint some status information on secondary screen for buyer
matze [Thu, 25 Oct 2007 13:35:12 +0000 (13:35 +0000)]
print some status information on secondary screen for buyer

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@61 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomodularized itemz and moved new credit manager stuff into credit_manager.c
matze [Thu, 25 Oct 2007 13:04:44 +0000 (13:04 +0000)]
modularized itemz and moved new credit manager stuff into credit_manager.c
itemz now uses the regular credit_manager functions
apart from linking itemz against credit_manager.o I also had to change some other stuff in the Makefile like commenting out custom paths and this cp /tmp/cc65(... . line which makes the build fail.

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@60 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoitems can now be returned (fixing ticket #8)
matze [Thu, 25 Oct 2007 12:21:25 +0000 (12:21 +0000)]
items can now be returned (fixing ticket #8)

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@59 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agobugfix for previous commit
matze [Thu, 25 Oct 2007 00:40:42 +0000 (00:40 +0000)]
bugfix for previous commit

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@58 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoformat_euro now produces a leading zero for cents
matze [Thu, 25 Oct 2007 00:17:33 +0000 (00:17 +0000)]
format_euro now produces a leading zero for cents

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@57 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoadd license information
sECuRE [Tue, 23 Oct 2007 18:11:01 +0000 (18:11 +0000)]
add license information

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@56 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoimplement CREDITS into itemz
sECuRE [Tue, 23 Oct 2007 15:02:48 +0000 (15:02 +0000)]
implement CREDITS into itemz

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@55 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoimplement itemz.c which manages ITEMS (works)/CREDITS (TODO) files
sECuRE [Tue, 23 Oct 2007 14:37:50 +0000 (14:37 +0000)]
implement itemz.c which manages ITEMS (works)/CREDITS (TODO) files

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@54 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix time.c/h, fix test.c
sECuRE [Tue, 23 Oct 2007 14:01:25 +0000 (14:01 +0000)]
fix time.c/h, fix test.c

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@53 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agocreate src/images/include-folders to clean up the directory
sECuRE [Tue, 23 Oct 2007 13:56:47 +0000 (13:56 +0000)]
create src/images/include-folders to clean up the directory

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@52 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agodelete state/credits-file before saving, error-handling for logging
sECuRE [Tue, 23 Oct 2007 13:34:36 +0000 (13:34 +0000)]
delete state/credits-file before saving, error-handling for logging

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@51 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofile-logging re-implemented, abort if nickname not found in credits fixed
sECuRE [Tue, 23 Oct 2007 12:07:31 +0000 (12:07 +0000)]
file-logging re-implemented, abort if nickname not found in credits fixed

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@50 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix printing, nice formatting used
sECuRE [Sun, 21 Oct 2007 16:10:21 +0000 (16:10 +0000)]
fix printing, nice formatting used

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@49 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoremove malloc, fix user interface
sECuRE [Sun, 21 Oct 2007 15:14:49 +0000 (15:14 +0000)]
remove malloc, fix user interface

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@48 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix saving/loading from file :)
sECuRE [Sun, 21 Oct 2007 13:34:35 +0000 (13:34 +0000)]
fix saving/loading from file :)

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@47 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agouse cbm_load/cbm_save; WARNING: this code _IS_ broken at the moment
sECuRE [Sun, 21 Oct 2007 12:39:34 +0000 (12:39 +0000)]
use cbm_load/cbm_save; WARNING: this code _IS_ broken at the moment

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@46 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofgets-replacement implemented
sECuRE [Sat, 20 Oct 2007 13:30:07 +0000 (13:30 +0000)]
fgets-replacement implemented

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@45 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoreplace printf and file functions, warning: may be broken, not tested yet
sur5r [Sat, 20 Oct 2007 13:08:11 +0000 (13:08 +0000)]
replace printf and file functions, warning: may be broken, not tested yet

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@44 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago- put executable as first file on disk because it's possible to do DLOAD"* or RUN...
sur5r [Sat, 1 Sep 2007 00:00:55 +0000 (00:00 +0000)]
- put executable as first file on disk because it's possible to do DLOAD"* or RUN"* then

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@43 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agobugfix
matze [Sun, 29 Jul 2007 17:23:26 +0000 (17:23 +0000)]
bugfix

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@42 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofile logging
matze [Sun, 29 Jul 2007 14:35:28 +0000 (14:35 +0000)]
file logging

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@41 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agosave_state funktioniert jetzt
matze [Sun, 29 Jul 2007 14:06:42 +0000 (14:06 +0000)]
save_state funktioniert jetzt

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@40 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoreplace printf with cprintf
sECuRE [Sun, 29 Jul 2007 13:47:19 +0000 (13:47 +0000)]
replace printf with cprintf

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@39 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix: c128_perror
sECuRE [Sun, 29 Jul 2007 11:30:00 +0000 (11:30 +0000)]
fix: c128_perror

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@38 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoset_time and get_time implemented
sECuRE [Sun, 29 Jul 2007 11:12:04 +0000 (11:12 +0000)]
set_time and get_time implemented

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@37 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agolength check
matze [Sun, 29 Jul 2007 01:12:19 +0000 (01:12 +0000)]
length check

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@36 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoformat_euro(123) => "1,23EUR"
matze [Sun, 29 Jul 2007 00:42:16 +0000 (00:42 +0000)]
format_euro(123) => "1,23EUR"

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@35 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agocc65 fgets arbeitet anscheinend mit mac newlines (\r)
matze [Sun, 29 Jul 2007 00:01:02 +0000 (00:01 +0000)]
cc65 fgets arbeitet anscheinend mit mac newlines (\r)

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@34 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoitems und state laden geht, demodaten in dateien state und items
matze [Sat, 28 Jul 2007 22:50:47 +0000 (22:50 +0000)]
items und state laden geht, demodaten in dateien state und items

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@33 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agodist-clean target
matze [Sat, 28 Jul 2007 22:26:00 +0000 (22:26 +0000)]
dist-clean target

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@32 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoremoving zcreate
matze [Sat, 28 Jul 2007 22:24:49 +0000 (22:24 +0000)]
removing zcreate

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@31 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agocommite leere disk images, weil ich nicht herausfinden kann, wie die korrekte syntax...
matze [Sat, 28 Jul 2007 22:24:18 +0000 (22:24 +0000)]
commite leere disk images, weil ich nicht herausfinden kann, wie die korrekte syntax zum erstellen mit c1541 ist und ich jetzt mit vice leere geklickt habe

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@30 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomerge
matze [Sat, 28 Jul 2007 21:34:16 +0000 (21:34 +0000)]
merge

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@29 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoprinting implemented
sECuRE [Sat, 28 Jul 2007 21:31:18 +0000 (21:31 +0000)]
printing implemented

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@28 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agosvn:ignore
matze [Sat, 28 Jul 2007 20:50:04 +0000 (20:50 +0000)]
svn:ignore

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@27 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agogit-svn-id: https://shell.noname-ev.de/svn/kasse/c128@26 af93e077-1a23-4f1e-9cbe...
matze [Sat, 28 Jul 2007 20:49:04 +0000 (20:49 +0000)]
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@26 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoguthaben kann nun auch genutzt werden..
sECuRE [Sat, 28 Jul 2007 20:48:31 +0000 (20:48 +0000)]
guthaben kann nun auch genutzt werden..

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@25 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoload_state
matze [Sat, 28 Jul 2007 20:47:04 +0000 (20:47 +0000)]
load_state

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@24 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoalles wunderbar, credit_manager eigentlich feature-complete
sECuRE [Sat, 28 Jul 2007 20:26:21 +0000 (20:26 +0000)]
alles wunderbar, credit_manager eigentlich feature-complete

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@23 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years ago10 chars for item names are enough
sECuRE [Sat, 28 Jul 2007 19:52:04 +0000 (19:52 +0000)]
10 chars for item names are enough

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@22 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofixes
sECuRE [Sat, 28 Jul 2007 19:51:17 +0000 (19:51 +0000)]
fixes

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@21 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofixes
sECuRE [Sat, 28 Jul 2007 19:47:31 +0000 (19:47 +0000)]
fixes

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@20 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agogit-svn-id: https://shell.noname-ev.de/svn/kasse/c128@19 af93e077-1a23-4f1e-9cbe...
matze [Sat, 28 Jul 2007 19:44:05 +0000 (19:44 +0000)]
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@19 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agouse #define REAL_DATA to read from disk
matze [Sat, 28 Jul 2007 19:42:39 +0000 (19:42 +0000)]
use #define REAL_DATA to read from disk

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@18 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoforgot files
sECuRE [Sat, 28 Jul 2007 19:30:21 +0000 (19:30 +0000)]
forgot files

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@17 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agobroken code, credit_manager imeplemented
sECuRE [Sat, 28 Jul 2007 19:29:50 +0000 (19:29 +0000)]
broken code, credit_manager imeplemented

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@16 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agobugfix: printing toggle
sECuRE [Sat, 28 Jul 2007 18:48:33 +0000 (18:48 +0000)]
bugfix: printing toggle

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@15 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoprint_log-dummy, drucken nach verkauf, fix beim abfragen der aktion, print-toggling
sECuRE [Sat, 28 Jul 2007 18:42:42 +0000 (18:42 +0000)]
print_log-dummy, drucken nach verkauf, fix beim abfragen der aktion, print-toggling

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@14 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agogeneral und so..
matze [Sat, 28 Jul 2007 18:19:45 +0000 (18:19 +0000)]
general und so..

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@13 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agogit-svn-id: https://shell.noname-ev.de/svn/kasse/c128@12 af93e077-1a23-4f1e-9cbe...
matze [Sat, 28 Jul 2007 18:13:53 +0000 (18:13 +0000)]
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@12 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoextern var
matze [Sat, 28 Jul 2007 18:12:02 +0000 (18:12 +0000)]
extern var

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@11 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomakefile
matze [Sat, 28 Jul 2007 17:24:16 +0000 (17:24 +0000)]
makefile

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@10 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix
sECuRE [Sat, 28 Jul 2007 17:13:13 +0000 (17:13 +0000)]
fix

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@9 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agogit-svn-id: https://shell.noname-ev.de/svn/kasse/c128@8 af93e077-1a23-4f1e-9cbe-9382a...
matze [Sat, 28 Jul 2007 17:05:47 +0000 (17:05 +0000)]
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@8 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomakefile, status array in config.h
matze [Sat, 28 Jul 2007 17:04:04 +0000 (17:04 +0000)]
makefile, status array in config.h

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@7 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agofix: parsing of entities
sECuRE [Sat, 28 Jul 2007 17:00:02 +0000 (17:00 +0000)]
fix: parsing of entities

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@6 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoprint_screen zeigt die passenden werte an
sECuRE [Sat, 28 Jul 2007 16:35:14 +0000 (16:35 +0000)]
print_screen zeigt die passenden werte an

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@5 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agomoved files, removed .swp
sECuRE [Sat, 28 Jul 2007 16:27:06 +0000 (16:27 +0000)]
moved files, removed .swp

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@4 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoInitial import.
matze [Sat, 28 Jul 2007 16:23:11 +0000 (16:23 +0000)]
Initial import.

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@2 af93e077-1a23-4f1e-9cbe-9382a9d578f5

16 years agoInitial import.
matze [Sat, 28 Jul 2007 16:23:01 +0000 (16:23 +0000)]
Initial import.

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@1 af93e077-1a23-4f1e-9cbe-9382a9d578f5