log src/mono_reduce.sml

age author description
2009-04-16 Adam Chlipala Some client-side error handling
2009-04-16 Adam Chlipala onError
2009-04-05 Adam Chlipala Threads demo
2009-04-04 Adam Chlipala sleep and better Scriptcheck
2009-04-04 Adam Chlipala spawn
2009-04-02 Adam Chlipala Redo signal implementation to avoid memory leaks
2009-03-22 Adam Chlipala Proper recv
2009-03-22 Adam Chlipala First message send delivered, but not interpreted
2009-02-15 Adam Chlipala Parameterized RPC query
2009-02-15 Adam Chlipala First gimpy RPC
2009-02-15 Adam Chlipala Export RPC functions and push RPC calls through to Mono
2009-01-13 Adam Chlipala Initial experiments with nested <dyn>
2008-12-30 Adam Chlipala Propagated a source change into a dynamic document element
2008-12-30 Adam Chlipala Harmonized source-setting between server and client
2008-12-30 Adam Chlipala Setting a source server-side
2008-12-21 Adam Chlipala Trivial use of a source
2008-12-21 Adam Chlipala Handling singnal bind
2008-12-20 Adam Chlipala Initial <dyn> support
2008-12-19 Adam Chlipala Displayed an alert dialog
2008-12-19 Adam Chlipala Creation of sources in server code
2008-11-11 Adam Chlipala Ignore UseRel effects in [let] expansions
2008-11-08 Adam Chlipala Better detection of [let] substitution opportunities
2008-11-06 Adam Chlipala Tree demo works
2008-11-06 Adam Chlipala Cookie prose; fix bugs that broke demo compilation
2008-11-06 Adam Chlipala Reading cookies works
2008-11-06 Adam Chlipala Setting a cookie
2008-11-06 Adam Chlipala Monoizing FFI transactions correctly
2008-10-30 Adam Chlipala Don't inline case expressions
2008-10-21 Adam Chlipala Simple listShop working
2008-10-21 Adam Chlipala Binops; equality tested on int; lame 404 substitute
2008-09-14 Adam Chlipala Crud update form
2008-09-14 Adam Chlipala SQL sequences
2008-09-11 Adam Chlipala Improve linear-let optimization
2008-09-11 Adam Chlipala Optimization removes linear let-bindings of impure expressions
2008-09-11 Adam Chlipala Unpolyed a polymorphic function of two arguments
2008-09-07 Adam Chlipala First INSERT works
2008-09-07 Adam Chlipala pquery working with all four types of columns
2008-09-07 Adam Chlipala 'read' type class
2008-09-07 Adam Chlipala 'error' function
2008-09-02 Adam Chlipala Compiling a parametrized query the inefficient way
2008-08-31 Adam Chlipala Monoize ASC/DESC
2008-08-31 Adam Chlipala Avoid unnecessary WHERE clause
2008-08-31 Adam Chlipala Monoized a WHERE clause with a comparison
2008-08-31 Adam Chlipala Monoized and optimized initial query test
2008-08-03 Adam Chlipala Datatype representation optimization
2008-08-03 Adam Chlipala FFI datatypes
2008-08-03 Adam Chlipala Push write inside case
2008-08-03 Adam Chlipala Optimizing 'case' in Mono_reduce
2008-07-29 Adam Chlipala Storing datatype constructors in type references past monoize
2008-07-17 Adam Chlipala MonoReduce