summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Escape less-than in JavaScript stringsGravatar Adam Chlipala2011-05-12
* Include type attribute in script tag for generating valid XHTML.Gravatar Karn Kallio2011-05-06
* Corify Basis.unit to empty record; this is needed so that specializeGravatar Karn Kallio2011-05-06
* Fix bug in projection of constructors from modules in class rules.Gravatar Karn Kallio2011-04-30
* Fix for projection of type class constructors in signatures.Gravatar Karn Kallio2011-04-25
* Before allowing an indirect return, check (dynamically, for now) that we aren...Gravatar Adam Chlipala2011-04-17
* Remove commented-out readUtc code; add back indeterminate tm_isdstGravatar Adam Chlipala2011-04-15
* Fix getting UTC time from formatted strings ( in uw_Basis_readUtc ).Gravatar Karn Kallio2011-04-12
* Send newly created sources with messages to clientsGravatar Adam Chlipala2011-04-09
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
* To generate server-side source JavaScript, try both the old and new strategie...Gravatar Adam Chlipala2011-03-28
* Escape strings as needed in some error messages within urweb.cGravatar Adam Chlipala2011-03-27
* Fix MySQL time handlingGravatar Adam Chlipala2011-03-27
* Fix C compilation of empty records; use DESTDIR in 'make install/uninstall'Gravatar Adam Chlipala2011-03-20
* Fix 'readUtc' to work during DSTGravatar Adam Chlipala2011-03-18
* Fix soundness bug in Effectize, which lead to missing effects in event handlersGravatar Adam Chlipala2011-03-18
* Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the da...Gravatar Adam Chlipala2011-03-18
* Change order of linking database libraries to satisfy CygwinGravatar Adam Chlipala2011-03-12
* Add a cast to avoid warnings about toupper() on some platformsGravatar Adam Chlipala2011-03-12
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat c...Gravatar Adam Chlipala2011-03-10
* Cope with DOS-format line breaks in source codeGravatar Adam Chlipala2011-03-10
* Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'...Gravatar Adam Chlipala2011-03-10
* Allow debug and naughtyDebug in client-side code, implemented with alertGravatar Adam Chlipala2011-03-02
* Fix C jsify[String|Char]Gravatar Adam Chlipala2011-02-25
* Deal with Postgres's wonky type-changing for nullable columns of viewsGravatar Adam Chlipala2011-02-25
* sql_arith_option; 'ALL' for relational operatorsGravatar Adam Chlipala2011-02-25
* Fix HTTP request parsing bugGravatar Adam Chlipala2011-02-22
* Syntactic sugar for grouping by variable numbers of columnsGravatar Adam Chlipala2011-02-17
* More information in error message about select of field from unbound tableGravatar Adam Chlipala2011-02-17
* Fix some cookie-related bugs in MonoReduceGravatar Adam Chlipala2011-02-10
* Notice that Basis.now is effectful; smarter JavaScript encoding of initial so...Gravatar Adam Chlipala2011-02-08
* Subqueries may always return NULLGravatar Adam Chlipala2011-02-03
* Allow negative int patternsGravatar Adam Chlipala2011-02-03
* Proper error handling for periodic tasksGravatar Adam Chlipala2011-01-23
* Fix detection of POSTs to error pagesGravatar Adam Chlipala2011-01-23
* Fix monoization of sql_relop (grandfathered into release!)Gravatar Adam Chlipala2011-01-23
* Only announce URI serving in standalone HTTP server (grandfathered into relea...Gravatar Adam Chlipala2011-01-23
* Fix issues with empty page buffers for tasksGravatar Adam Chlipala2011-01-23
* Allow CSS class specification for <form>Gravatar Adam Chlipala2011-01-23
* Using FastCGI debug infoGravatar Adam Chlipala2011-01-22
* Fix parsing of Postgres timestamps with super-microsecond fractional seconds,...Gravatar Adam Chlipala2011-01-22
* More fixes for FastCGIGravatar Adam Chlipala2011-01-20
* Use sigFile again; do redirects in a way that is compatible with FastCGIGravatar Adam Chlipala2011-01-20
* Some fixes for tasks and onError handlersGravatar Adam Chlipala2011-01-20
* Patch from Vladimir Shabanov to support implicit passing of 'time' values fro...Gravatar Adam Chlipala2011-01-20
* Fix format of THE_PAST timestampGravatar Adam Chlipala2011-01-16
* Error message when FOREIGN KEY listts have different lengthsGravatar Adam Chlipala2011-01-16
* Fix for handling of some attributes to client-side input widgets, based on a ...Gravatar Adam Chlipala2011-01-16
* Patch from Vladimir Shabanov to support crypt under OS XGravatar Adam Chlipala2011-01-16
* Use -debug flag properly when compiling in single-source modeGravatar Adam Chlipala2011-01-15