Sun, 29 Aug 2010 16:36:19 +0200 removed code without effect
Markus Brökers <mbroeker@largo.homelinux.org> [Sun, 29 Aug 2010 16:36:19 +0200] rev 145
removed code without effect time_t represents the number of seconds since the birth of unix. to deal with microseconds and friends, use a) gettimeofday b) struct timeval
Sun, 29 Aug 2010 15:29:22 +0200 sts: show time stamps added
Markus Brökers <mbroeker@largo.homelinux.org> [Sun, 29 Aug 2010 15:29:22 +0200] rev 144
sts: show time stamps added
Wed, 18 Aug 2010 18:17:51 +0200 a md5 demo is already in lsflib/tools
Markus Brökers <mbroeker@largo.homelinux.org> [Wed, 18 Aug 2010 18:17:51 +0200] rev 143
a md5 demo is already in lsflib/tools
Wed, 18 Aug 2010 16:17:00 +0200 asm/decimal.c: provide a default wordsize
Markus Bröker <mbroeker@volpe.spectre.org> [Wed, 18 Aug 2010 16:17:00 +0200] rev 142
asm/decimal.c: provide a default wordsize
Wed, 18 Aug 2010 16:15:18 +0200 getbits: calculates the proper value but showed a different one
Markus Bröker <mbroeker@volpe.spectre.org> [Wed, 18 Aug 2010 16:15:18 +0200] rev 141
getbits: calculates the proper value but showed a different one
Wed, 18 Aug 2010 16:14:40 +0200 Comments corrected: misspellings and other trivial things
Markus Bröker <mbroeker@volpe.spectre.org> [Wed, 18 Aug 2010 16:14:40 +0200] rev 140
Comments corrected: misspellings and other trivial things
Tue, 17 Aug 2010 18:57:57 +0200 execve returns a value on error and this catches it
Markus Brökers <mbroeker@largo.homelinux.org> [Tue, 17 Aug 2010 18:57:57 +0200] rev 139
execve returns a value on error and this catches it
Tue, 17 Aug 2010 14:47:41 +0200 Compatibility: We support Linux and BSD
Markus Brökers <mbroeker@largo.homelinux.org> [Tue, 17 Aug 2010 14:47:41 +0200] rev 138
Compatibility: We support Linux and BSD
Mon, 09 Aug 2010 12:12:55 +0200 From a 'C-Professional' :) Take a look at the source and pray
Markus Brökers <mbroeker@largo.homelinux.org> [Mon, 09 Aug 2010 12:12:55 +0200] rev 137
From a 'C-Professional' :) Take a look at the source and pray
Mon, 21 Jun 2010 21:58:00 +0200 getdir errors: avoid unneeded memory leaks
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 21 Jun 2010 21:58:00 +0200] rev 136
getdir errors: avoid unneeded memory leaks committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 21 Jun 2010 01:09:18 +0200 DBClient: update, query and metadata
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 21 Jun 2010 01:09:18 +0200] rev 135
DBClient: update, query and metadata committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 19 Jun 2010 22:33:54 +0200 simple corrections
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 19 Jun 2010 22:33:54 +0200] rev 134
simple corrections make both jni functions invisible to others use platform independent separators committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 07 Jun 2010 23:21:56 +0200 little typo in sudoku.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 07 Jun 2010 23:21:56 +0200] rev 133
little typo in sudoku.c committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 07 Jun 2010 23:20:47 +0200 Adjusted to show side effects and their handling
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 07 Jun 2010 23:20:47 +0200] rev 132
Adjusted to show side effects and their handling When dealing with static buffers, successive calls point to the same memory location and overwrite formers ones... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 02 Jun 2010 00:22:32 +0200 check for the return values
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 02 Jun 2010 00:22:32 +0200] rev 131
check for the return values committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 01 Jun 2010 23:40:56 +0200 getbits added
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 23:40:56 +0200] rev 130
getbits added committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 01 Jun 2010 14:50:45 +0200 PMC goes fullscreen ...
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 14:50:45 +0200] rev 129
PMC goes fullscreen ... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 01 Jun 2010 13:13:34 +0200 That's the proper way to use crypt.h
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 01 Jun 2010 13:13:34 +0200] rev 128
That's the proper way to use crypt.h committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 26 May 2010 14:57:53 +0200 view/.gitignore: ignore the projects binary
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 14:57:53 +0200] rev 127
view/.gitignore: ignore the projects binary committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 26 May 2010 14:56:44 +0200 mysql_db: get not more than num_fields fields from a row
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 14:56:44 +0200] rev 126
mysql_db: get not more than num_fields fields from a row I haven't tested the old approach, because i have never installed or used mysql. But it's nice to see that it actually works with this small patch. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 26 May 2010 13:38:53 +0200 postgresql_db: check connection status
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 13:38:53 +0200] rev 125
postgresql_db: check connection status During startup, check for a successfull connection to the db committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 26 May 2010 13:08:42 +0200 md5rec: the location of the header has changed
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 26 May 2010 13:08:42 +0200] rev 124
md5rec: the location of the header has changed i have moved the lsf.h header to lsf/lsf.h in the lsflib project committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 27 Apr 2010 14:51:02 +0200 ClientDriver for remote access and EmbeddedDriver for local access
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 27 Apr 2010 14:51:02 +0200] rev 123
ClientDriver for remote access and EmbeddedDriver for local access The default constructor should always use the simplest, possible way to connect to an embedded database. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 09 Mar 2010 12:58:27 +0100 GNU Make and GNU Indent
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Mar 2010 12:58:27 +0100] rev 122
GNU Make and GNU Indent The Makefile depends on GNU tools and the user may choose the location committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 08 Mar 2010 18:30:04 +0100 step 2) Header seperation
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 08 Mar 2010 18:30:04 +0100] rev 121
step 2) Header seperation cpuid, bits, list and maybe lsf are too common names and have to reside in a seperate folder to avoid clashes committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 08 Mar 2010 18:30:04 +0100 step 1) move all headers to include/lsf
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 08 Mar 2010 18:30:04 +0100] rev 120
step 1) move all headers to include/lsf committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 23:16:32 +0100 crypt.h seems to be broken on many systems.
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 23:16:32 +0100] rev 119
crypt.h seems to be broken on many systems. The manpage tells me that i have to include unistd.h... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:16:39 +0100 wrong header: it's just ncurses.h
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:16:39 +0100] rev 118
wrong header: it's just ncurses.h committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:15:40 +0100 Makefile: common linker flags
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:15:40 +0100] rev 117
Makefile: common linker flags committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:04:25 +0100 The find utility needs a path parameter
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:04:25 +0100] rev 116
The find utility needs a path parameter committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:04:03 +0100 cosmetic changes
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:04:03 +0100] rev 115
cosmetic changes committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:03:56 +0100 buffer overflow in utf8 and ncurses demo
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:03:56 +0100] rev 114
buffer overflow in utf8 and ncurses demo the buffer for wctomb was too small committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:03:25 +0100 sys/wait.h is the proper header, not wait.h
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:03:25 +0100] rev 113
sys/wait.h is the proper header, not wait.h committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:03:16 +0100 respect the prototype
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:03:16 +0100] rev 112
respect the prototype committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 05 Mar 2010 22:02:56 +0100 bsd style socket handling...
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 05 Mar 2010 22:02:56 +0100] rev 111
bsd style socket handling... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 09 Feb 2010 08:38:32 +0100 Proper location of glassfish
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Feb 2010 08:38:32 +0100] rev 110
Proper location of glassfish committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 09 Feb 2010 08:38:01 +0100 Derby uses float values here
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Feb 2010 08:38:01 +0100] rev 109
Derby uses float values here committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 13 Oct 2009 19:03:36 +0200 Compont Literals in C aka Anonymous arrays
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 13 Oct 2009 19:03:36 +0200] rev 108
Compont Literals in C aka Anonymous arrays committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 27 Sep 2009 10:56:49 +0200 Pipes and COPY-ON-WRITE
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 27 Sep 2009 10:56:49 +0200] rev 107
Pipes and COPY-ON-WRITE In this example, every forked process gets its own copy of the countervariable i through copy-on-write. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 15 Aug 2009 23:05:54 +0200 Endian Check simplified...
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 15 Aug 2009 23:05:54 +0200] rev 106
Endian Check simplified... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 26 Jul 2009 18:24:10 +0200 Removed Whitespace errors in DBClient.java
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 26 Jul 2009 18:24:10 +0200] rev 105
Removed Whitespace errors in DBClient.java committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 26 Jul 2009 18:22:31 +0200 Makefile: erases trailing spaces in java files
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 26 Jul 2009 18:22:31 +0200] rev 104
Makefile: erases trailing spaces in java files committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 26 Jul 2009 18:21:25 +0200 Function Pointer Demo simplified
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 26 Jul 2009 18:21:25 +0200] rev 103
Function Pointer Demo simplified It makes more sense to show the basic usage of fps committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 26 Jul 2009 18:14:15 +0200 Property java.library.path
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 26 Jul 2009 18:14:15 +0200] rev 102
Property java.library.path i've found out how to set the library path correctly with java tools committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 19 Jul 2009 19:44:48 +0200 Ignore files from the javadb project
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 19 Jul 2009 19:44:48 +0200] rev 101
Ignore files from the javadb project Do not nerve with class- and derby files committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 19 Jul 2009 19:43:46 +0200 Apache Derby Examples...
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 19 Jul 2009 19:43:46 +0200] rev 100
Apache Derby Examples... The DBClient class connects to any kind of derby db committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 09 Jun 2009 12:43:34 +0200 ltmain.sh changed
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Jun 2009 12:43:34 +0200] rev 99
ltmain.sh changed It's currently a symbolic link committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 09 Jun 2009 12:42:30 +0200 Install Target added
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 09 Jun 2009 12:42:30 +0200] rev 98
Install Target added The simple module can be autoinstalled into the proper section committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 28 May 2009 17:41:18 +0200 alpha_beta ui: removed a redundant line
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 28 May 2009 17:41:18 +0200] rev 97
alpha_beta ui: removed a redundant line The original print routine was from an open book by galileo computing and the redundant line was introduced there. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 28 May 2009 16:51:52 +0200 alpha_beta: memory leaks
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 28 May 2009 16:51:52 +0200] rev 96
alpha_beta: memory leaks After fixing all the memory leaks in this piece code, i can finally go further to implement a better KI. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 28 May 2009 16:51:26 +0200 java disassembler
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 28 May 2009 16:51:26 +0200] rev 95
java disassembler jdisa disassembles a given java class file and shows the bytecode instructions. it does not currently output the same as javap -c <file>... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 23 May 2009 03:27:24 +0200 cppdatabase: removed the useless status message
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 23 May 2009 03:27:24 +0200] rev 94
cppdatabase: removed the useless status message seekg returns an ifstream&, not an integer value committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 19 May 2009 02:58:59 +0200 make cross_getch invisible
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 19 May 2009 02:58:59 +0200] rev 93
make cross_getch invisible the cross_getch function will be called from the JNI Wrapper and must not be visible to others committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 14 May 2009 17:31:45 +0200 RMI Hello Example from Sun Microsystems
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 14 May 2009 17:31:45 +0200] rev 92
RMI Hello Example from Sun Microsystems This is a distributed Hello World Program and fully rmi powered committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 12 May 2009 12:06:26 +0200 fixed a typo in mem2swap.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 12 May 2009 12:06:26 +0200] rev 91
fixed a typo in mem2swap.c committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sun, 10 May 2009 18:44:50 +0200 cppdatabase added
Markus Bröker <mbroeker@largo.dyndns.tv> [Sun, 10 May 2009 18:44:50 +0200] rev 90
cppdatabase added cppdatabase stores data in a file and retrieves it back committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 01 May 2009 18:27:06 +0200 nearest: more templates fun
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 01 May 2009 18:27:06 +0200] rev 89
nearest: more templates fun small improvements and a new template function committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 30 Apr 2009 23:38:48 +0200 how to use templates
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 30 Apr 2009 23:38:48 +0200] rev 88
how to use templates We read 10 numbers from stdin and print the nearest values of a query. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 16 Apr 2009 13:57:47 +0200 [alpha_beta] Fix memory leaks
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 13:57:47 +0200] rev 87
[alpha_beta] Fix memory leaks I have used many mallocs and have not freed it. But there is still a read error which indicates another problem. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 16 Apr 2009 12:51:16 +0200 numbering game: guess a value
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 12:51:16 +0200] rev 86
numbering game: guess a value It was a short contest in IRC. Write a numbering game. Anyway, i have lost: The winner realized it in 12 lines. committer: Markus Bröker <mbroeker@largo.homelinux.org>
(0) -100 -60 tip