Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don’t set `Multi-Arch: foreign` for urweb | Benjamin Barenblat | 2020-05-30 |
| | | | | | Fix the Lintian multiarch-foreign-static-library error by removing the `Multi-Arch: foreign` stanza from the urweb package. | ||
* | Update build dependencies | Benjamin Barenblat | 2020-05-30 |
| | |||
* | Use -D_FORTIFY_SOURCE=1 instead of 2 | Benjamin Barenblat | 2020-05-30 |
| | | | | | | Prevent major performance regressions by forcing -D_FORTIFY_SOURCE=1 instead of -D_FORTIFY_SOURCE=2. See https://bugs.debian.org/934722 for details. | ||
* | Disable GCC code hoisting20170720+dfsg-2 | Benjamin Barenblat | 2017-09-17 |
| | | | | | | Set MLton to invoke GCC with -fno-code-hoisting when using C codegen. This corrects a miscompilation on arm64 and mips64el. See https://bugs.debian.org/871572 for details. | ||
* | Bump build-dep emacs24 -> emacs25 (Closes: #870671)20170720+dfsg-1.1 | Sean Whitton | 2017-09-17 |
| | |||
* | Release for unstable20170720+dfsg-1 | Benjamin Barenblat | 2017-07-23 |
| | |||
* | debian/copyright: Update upstream URL | Benjamin Barenblat | 2017-07-23 |
| | |||
* | Update standards version | Benjamin Barenblat | 2017-07-23 |
| | |||
* | Reformat man page for style | Benjamin Barenblat | 2017-07-23 |
| | |||
* | Update man page | Benjamin Barenblat | 2017-07-23 |
| | |||
* | Update debian/changelog | Benjamin Barenblat | 2017-07-23 |
| | |||
* | Merge branch 'dfsg_clean' | Benjamin Barenblat | 2017-07-23 |
|\ | |||
| * | Merge branch 'upstream' into dfsg_clean | Benjamin Barenblat | 2017-07-23 |
| |\ | |||
| | * | Grandfathered change for release: fix extended 'val' rule in grammar | Adam Chlipala | 2017-07-20 |
| | | | |||
| | * | New release | Adam Chlipala | 2017-07-20 |
| | | | |||
| | * | Make 'static' protocol commit transactions, to force rewriting of HTML ↵ | Adam Chlipala | 2017-07-12 |
| | | | | | | | | | | | | documents with JavaScript links, etc. | ||
| | * | Allow inexhaustive patterns for lefthand sides of top-level 'val' declarations | Adam Chlipala | 2017-07-12 |
| | | | |||
| | * | Merge pull request #80 from vshabanov/m-flag-fix | Adam Chlipala | 2017-07-12 |
| | |\ | | | | | | | | | Fix for non-working '-m' runtime option | ||
| | * | | Document new 'jsModule' .urp directive | Adam Chlipala | 2017-07-12 |
| | | | | |||
| | * | | Merge pull request #81 from vshabanov/jsModule-option | Adam Chlipala | 2017-07-12 |
| | |\ \ | | | | | | | | | | | Option to prefix all user JavaScript FFI functions with a module name | ||
| | | * | | Option to prefix all user JavaScript FFI functions with a module name ↵ | Vladimir Shabanov | 2017-06-15 |
| | |/ / | | | | | | | | | | | | | (jsModule .urp option). | ||
| | | * | Fixed non-working '-m' runtime option. | Vladimir Shabanov | 2017-06-15 |
| | |/ | |||
| | * | Merge pull request #79 from bbarenblat/master | Adam Chlipala | 2017-05-14 |
| | |\ | | | | | | | | | Use quiet mode for Ur/Web binaries in tests | ||
| | * | | Raise an error if we run out of randomness during client initialization | Adam Chlipala | 2017-05-14 |
| | | | | |||
| | | * | Use quiet mode for Ur/Web binaries in tests | Benjamin Barenblat | 2017-05-02 |
| | |/ | | | | | | | | | | | | | | | | Reduce chatter on stdout during `make test` (notably, that introduced by a478380e74c658637c90436c4e78c894f7076f4c) by running test binaries with `-q`. | ||
* | | | Add runtime dependency on GCC20170105+dfsg-2 | Benjamin Barenblat | 2017-04-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Really, add a runtime dependency on c-compiler, and Recommend gcc. (gcc is the default compiler, but urweb works fine with clang as long as you pass -ccompiler.) Closes https://bugs.debian.org/860426. | ||
| | * | Fix normalization of signatures that project signatures from other modules ↵ | Adam Chlipala | 2017-03-31 |
| | | | | | | | | | | | | with multi-element paths (fixes #72) | ||
| | * | Option '-m' for HTTP-server binaries | Adam Chlipala | 2017-03-17 |
| | | | |||
| | * | Better error message for .urp files with too many blank lines | Adam Chlipala | 2017-03-17 |
| | | | |||
| | * | Extend license for tutorial code | Adam Chlipala | 2017-03-17 |
| | | | |||
| | * | Merge pull request #71 from ashalkhakov/sqlite-is-distinct-from-fix | Adam Chlipala | 2017-03-09 |
| | |\ | | | | | | | | | SQLite does not support IS DISTINCT FROM | ||
| | | * | Minor fix. | Artyom Shalkhakov | 2017-03-09 |
| | |/ | |||
| | * | Update manual for '-js' | Adam Chlipala | 2017-03-07 |
| | | | |||
| | * | Merge pull request #69 from ashalkhakov/js-file | Adam Chlipala | 2017-03-07 |
| | |\ | | | | | | | | | Allow outputting JS code to a specified file | ||
| | | * | Merge branch 'master' of https://github.com/urweb/urweb into js-file | Artyom Shalkhakov | 2017-03-07 |
| | | |\ | | | |/ | | |/| | |||
| | | * | Adding support for emitting JS to a given file. | Artyom Shalkhakov | 2017-03-07 |
| | | | | |||
| | * | | Increase size of string buffer for error messages | Adam Chlipala | 2017-02-24 |
| | |/ | |||
| | * | Merge pull request #68 from ashalkhakov/html5-forms | Adam Chlipala | 2017-02-21 |
| | |\ | | | | | | | | | Button: disabled attribute; allowing number entry using HTML5 widgets | ||
| | | * | Button: disabled attribute; allowing number entry using HTML5 widgets | Artyom Shalkhakov | 2017-02-21 |
| | | | | |||
| | * | | Merge pull request #66 from ashalkhakov/mlton-bgb-mode | Adam Chlipala | 2017-02-03 |
| | |\ \ | | | |/ | | |/| | Adding: support for Emacs Bg Build mode | ||
| | | * | Adding: support for Emacs Bg Build mode | Artyom Shalkhakov | 2017-02-02 |
| | |/ | |||
| | * | Option.app | Adam Chlipala | 2017-02-01 |
| | | | |||
| | * | List.appi | Adam Chlipala | 2017-01-25 |
| | | | |||
* | | | Release for unstable20170105+dfsg-1 | Benjamin Barenblat | 2017-01-07 |
| | | | |||
* | | | Update debian/copyright | Benjamin Barenblat | 2017-01-07 |
| | | | |||
* | | | Update man page | Benjamin Barenblat | 2017-01-07 |
| | | | |||
* | | | Merge branch 'dfsg_clean' | Benjamin Barenblat | 2017-01-07 |
|\| | | |||
| * | | Merge branch 'upstream' into dfsg_clean20170105+dfsg | Benjamin Barenblat | 2017-01-07 |
| |\ \ | |||
| | | * | Return to working version mode | Adam Chlipala | 2017-01-05 |
| | |/ | |||
| | * | New release | Adam Chlipala | 2017-01-05 |
| | | |