Commit Graph

14 Commits

Author SHA1 Message Date
Juhani Krekelä ef5a250670 Unify handling of getcwd(3) failure and don't rely on buffer contents after failed call 2021-04-27 12:13:33 +03:00
Juhani Krekelä d5db35b861 Fix assorted GCC warnings 2021-04-20 16:07:27 +03:00
Juhani Krekelä 77d8f2b28d Change `make myclean` to not remove Common.tmpl 2021-04-20 14:23:27 +03:00
Juhani Krekelä 9e0a0a1ca7 Update the list of known bugs with new discoveries 2021-04-20 14:09:16 +03:00
Juhani Krekelä b39c85f4fb Update README.md now that : in a relative URL works 2021-04-20 03:27:02 +03:00
Juhani Krekelä 70e751e46a Don't collapse // → / in compress_path(), and avoid generating // in the first place 2021-04-20 03:26:05 +03:00
Juhani Krekelä eb9111646e Use a more robust scheme to separate the scheme, hostname, and filename in URLParse() 2021-04-20 02:39:41 +03:00
Juhani Krekelä 3680d14485 Add a Known bugs section 2021-04-19 18:16:20 +03:00
Wolfgang Müller 2cd784b75c Fix whitespace errors as reported by 'git diff --check' 2021-04-19 16:51:39 +02:00
Juhani Krekelä e9ba313131 Write a new README that should make building and setting up the browser easier 2021-04-19 17:45:02 +03:00
Juhani Krekelä ac4dec4fe1 Add .gitignore 2021-04-19 14:01:40 +03:00
Juhani Krekelä 835c5057b2 Change `union wait` to `int` in common/uproc.c
The whole thing smells a fair bit and should
probably be rewritten to use waitpid(2) instead,
but for now this allows us to succesfully do a
compile.
2021-04-19 13:54:55 +03:00
Juhani Krekelä cf2a6b01f1 Apply the Debian patches (from chimera2_2.0a19-8 from jessie) 2021-04-19 13:52:42 +03:00
Juhani Krekelä 21863d7241 Upstream tarball 2021-04-19 13:47:21 +03:00