Sun, 07 May 2006 13:32:52 +0200 Corrected some regexps (limiting ^$)
viric@llimona [Sun, 07 May 2006 13:32:52 +0200] rev 15
Corrected some regexps (limiting ^$)
Sun, 07 May 2006 13:24:07 +0200 Now the segfault problem for actual_map is solved in os.c
viric@llimona [Sun, 07 May 2006 13:24:07 +0200] rev 14
Now the segfault problem for actual_map is solved in os.c
Sun, 07 May 2006 01:33:40 +0200 actual_map is initialized at first, so almost never a SIGSEGV can happen.
viric@llimona [Sun, 07 May 2006 01:33:40 +0200] rev 13
actual_map is initialized at first, so almost never a SIGSEGV can happen. Even though it should be initialized at init_so, and protecting against SIGSEGV there.
Sun, 07 May 2006 01:31:50 +0200 A minimum working (hope so!) version of the algorithm is working, although
viric@llimona [Sun, 07 May 2006 01:31:50 +0200] rev 12
A minimum working (hope so!) version of the algorithm is working, although it says levels/02 is unsolvable. Now the solution is printed map by map.
Sun, 07 May 2006 01:30:29 +0200 Now Makefile compiles in debug, and Makefile.opt compiles optimized. brute1
viric@llimona [Sun, 07 May 2006 01:30:29 +0200] rev 11
Now Makefile compiles in debug, and Makefile.opt compiles optimized. There is no more need editing the Makefile for chosing the compilation.
Sat, 06 May 2006 15:42:06 +0200 I made variables explicitily const.
viric@llimona [Sat, 06 May 2006 15:42:06 +0200] rev 10
I made variables explicitily const.
Sat, 06 May 2006 13:24:06 +0200 Added description to general.h, from where the prototypes come from.
viric@mandarina [Sat, 06 May 2006 13:24:06 +0200] rev 9
Added description to general.h, from where the prototypes come from.
Sat, 06 May 2006 10:08:41 +0200 The code compiles with pedantic without warnings.
viric@llimona [Sat, 06 May 2006 10:08:41 +0200] rev 8
The code compiles with pedantic without warnings. The map functions are better isolated.
Sat, 06 May 2006 10:08:11 +0200 Added pedantic into compilation flags.
viric@llimona [Sat, 06 May 2006 10:08:11 +0200] rev 7
Added pedantic into compilation flags.
Sat, 06 May 2006 00:34:04 +0200 More file separation.
viric@llimona [Sat, 06 May 2006 00:34:04 +0200] rev 6
More file separation.
(0) -10 +10 tip