log

age author description
Thu, 03 Jun 2010 13:31:48 -0400 Adam Chlipala New release
Thu, 03 Jun 2010 13:04:37 -0400 Adam Chlipala Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
Tue, 01 Jun 2010 15:46:24 -0400 Adam Chlipala Allow complex attribute records in Tag
Tue, 01 Jun 2010 12:50:53 -0400 Adam Chlipala Try harder to place wildified 'con' declarations properly
Tue, 01 Jun 2010 10:44:57 -0400 Adam Chlipala Improve consNeq to detect unequal projected cons
Sun, 30 May 2010 10:39:25 -0400 Adam Chlipala Include new config.h in C source files
Sat, 29 May 2010 08:05:31 -0400 Adam Chlipala Include config.h.in in distribution
Thu, 27 May 2010 16:36:17 -0400 Adam Chlipala -moduleOf command-line option; compatibility fixes and better error messages for SQLite
Thu, 27 May 2010 15:10:52 -0400 Adam Chlipala Consider view declarations while shaking
Thu, 27 May 2010 10:56:52 -0400 Adam Chlipala Fix bug in module path generation with module roots; push wildification through substructures
Sun, 23 May 2010 11:52:13 -0400 Adam Chlipala Support HTTP caching of app.js
Sat, 22 May 2010 16:29:54 -0400 Adam Chlipala Switch to strings and eval for thunkifying JavaScripted functions
Sat, 22 May 2010 14:14:02 -0400 Adam Chlipala Add thunking to CHANGELOG
Sat, 22 May 2010 14:09:06 -0400 Adam Chlipala Thunking recursive JavaScripted function ASTs, to reduce page load time dramatically
Tue, 18 May 2010 14:47:56 -0400 Adam Chlipala URL-escape with '.' instead of '%', to avoid confusing proxies