aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* New releaseGravatar Adam Chlipala2011-05-15
|
* 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
| | | | can see that they are equivalent.
* 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
|
* Add two html elements: sup and subGravatar Karn Kallio2011-04-18
|
* Before allowing an indirect return, check (dynamically, for now) that we ↵Gravatar Adam Chlipala2011-04-17
| | | | aren't in an RPC handler
* Warn that tests ought not to be usedGravatar 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
| | | | | | Corrects 2 things: - timezones with offsets not an integer number of hours - double correcting for daylight savings time
* 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 ↵Gravatar Adam Chlipala2011-03-28
| | | | strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate
* Escape strings as needed in some error messages within urweb.cGravatar Adam Chlipala2011-03-27
|
* Fix MySQL time handlingGravatar Adam Chlipala2011-03-27
|
* A Gentoo .ebuild file, based mostly on a contribution by moreilconGravatar Adam Chlipala2011-03-26
|
* '--without-emacs' configure optionGravatar Adam Chlipala2011-03-20
|
* 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 ↵Gravatar Adam Chlipala2011-03-18
| | | | database server is brought down
* 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
|
* Make 'ex' kind-genericGravatar Adam Chlipala2011-03-11
|
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* Cope with DOS-format line breaks in source codeGravatar Adam Chlipala2011-03-10
|
* Represent 'unit' as C 'int'; change pattern match compilation to avoid ↵Gravatar Adam Chlipala2011-03-10
| | | | 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
* 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 ↵Gravatar Adam Chlipala2011-02-08
| | | | source values built using server-side expressions that can't be turned into JavaScript
* Subqueries may always return NULLGravatar Adam Chlipala2011-02-03
|
* Allow negative int patternsGravatar Adam Chlipala2011-02-03
|
* Allow 'alt' attribute of <img> (suggested by Karn Kallio)Gravatar Adam Chlipala2011-01-25
|
* 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 ↵Gravatar Adam Chlipala2011-01-23
| | | | release!)
* New releaseGravatar 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 ↵Gravatar Adam Chlipala2011-01-22
| | | | seconds, based on patch from Vladimir Shabanov
* More fixes for FastCGIGravatar Adam Chlipala2011-01-20
|