Sat, 17 Feb 2007 15:14:30 +0100 Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM. default tip
viric@llimona [Sat, 17 Feb 2007 15:14:30 +0100] rev 28
Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
Fri, 16 Feb 2007 23:53:32 +0100 Added USR1 status shower.
viric@llimona [Fri, 16 Feb 2007 23:53:32 +0100] rev 27
Added USR1 status shower.
Fri, 16 Feb 2007 22:57:36 +0100 Less calls to libc. Profiling is much better now.
viric@llimona [Fri, 16 Feb 2007 22:57:36 +0100] rev 26
Less calls to libc. Profiling is much better now.
Sun, 07 May 2006 13:34:25 +0200 Porting from sokoban/caixes the show_map changes.
viric@llimona [Sun, 07 May 2006 13:34:25 +0200] rev 25
Porting from sokoban/caixes the show_map changes. Corrects possible sigsegv because of actual_map. Better separation of sigalarm display / not-signal display.
Sun, 07 May 2006 13:33:25 +0200 Porting from sokoban/caixes the makefile system.
viric@llimona [Sun, 07 May 2006 13:33:25 +0200] rev 24
Porting from sokoban/caixes the makefile system.
Sun, 07 May 2006 13:32:51 +0200 Corrected some regexps (limiting ^$)
viric@llimona [Sun, 07 May 2006 13:32:51 +0200] rev 23
Corrected some regexps (limiting ^$)
Thu, 18 May 2006 23:33:03 +0200 Added tag brute1 for changeset dcfe4d2d4387e3047e734c07c835b15b26a893bd
viric@llimona [Thu, 18 May 2006 23:33:03 +0200] rev 22
Added tag brute1 for changeset dcfe4d2d4387e3047e734c07c835b15b26a893bd
Sun, 07 May 2006 19:32:41 +0200 Improvement, managing the case a box depends ONLY on a blocked box (it will therefore be considered as blocked)
viric@llimona [Sun, 07 May 2006 19:32:41 +0200] rev 21
Improvement, managing the case a box depends ONLY on a blocked box (it will therefore be considered as blocked)
Sun, 07 May 2006 19:31:33 +0200 Added two spaces at the end of the last line, in order to complete the width.
viric@llimona [Sun, 07 May 2006 19:31:33 +0200] rev 20
Added two spaces at the end of the last line, in order to complete the width.
Sun, 07 May 2006 19:31:05 +0200 Added a variable managing the output file handle (stdout,stderr)
viric@llimona [Sun, 07 May 2006 19:31:05 +0200] rev 19
Added a variable managing the output file handle (stdout,stderr)
Sun, 07 May 2006 16:31:04 +0200 Added a file with proposals.
viric@llimona [Sun, 07 May 2006 16:31:04 +0200] rev 18
Added a file with proposals.
Sun, 07 May 2006 16:28:04 +0200 Corrected some bugs. Now the algorithm should work for 1-level dependencies.
viric@llimona [Sun, 07 May 2006 16:28:04 +0200] rev 17
Corrected some bugs. Now the algorithm should work for 1-level dependencies. (that's how it seems)
Sun, 07 May 2006 15:28:39 +0200 Now I think the code works. There were some indexing mistakse,
viric@llimona [Sun, 07 May 2006 15:28:39 +0200] rev 16
Now I think the code works. There were some indexing mistakse, return instead of continue, etc.
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.
Sat, 06 May 2006 00:33:47 +0200 Adding -Wall to ldflags
viric@llimona [Sat, 06 May 2006 00:33:47 +0200] rev 5
Adding -Wall to ldflags
Fri, 05 May 2006 23:43:20 +0200 A cleaner version, split between different files.
viric@llimona [Fri, 05 May 2006 23:43:20 +0200] rev 4
A cleaner version, split between different files.
Fri, 05 May 2006 23:20:33 +0200 Moving the files to appropiate locations.
viric@llimona [Fri, 05 May 2006 23:20:33 +0200] rev 3
Moving the files to appropiate locations.
Fri, 05 May 2006 23:18:24 +0200 Adding a README file for test.
viric@llimona [Fri, 05 May 2006 23:18:24 +0200] rev 2
Adding a README file for test.
Fri, 05 May 2006 22:42:30 +0200 Adding ignored patterns.
viric@llimona [Fri, 05 May 2006 22:42:30 +0200] rev 1
Adding ignored patterns.
Fri, 05 May 2006 22:40:45 +0200 Initial commit.
viric@llimona [Fri, 05 May 2006 22:40:45 +0200] rev 0
Initial commit.
(0) tip