lneto
2421e2bfaa
merged luaconf.h of kernel and userspace Lua
2013-12-02 06:07:22 +00:00
lneto
f4a57b49a2
put Lua auxlib and some stdlibs in lua(4)
2013-12-02 04:57:41 +00:00
christos
a1f28fb37d
Handle more cases where a screen has not been fully initialized (inserted
...
into the scrq) by calling screen_fini() instead of screen_end() where
appropriate. Pointed out by chuq.
2013-12-01 21:48:33 +00:00
christos
398232367e
Finish version auto-setting.
2013-12-01 20:15:42 +00:00
christos
cc3f5f16a8
Get version from the configure script
2013-12-01 20:01:14 +00:00
christos
8dd459ccad
merge conflicts
2013-12-01 19:32:14 +00:00
christos
8df916c0a5
from ftp.astron.com, this is a bug fix release:
...
* always leave magic file loaded, don't unload for magic_check, etc.
* fix default encoding to binary instead of unknown which broke recently
* handle empty and one byte files, less specially so that
--mime-encoding does not break completely.
* fix erroneous non-zero exit code from non-existant file and message
* add CDF MSI file detection (Guy Helmer)
2013-12-01 19:28:08 +00:00
martin
5d372c84d4
Enable warnings on sparc64 again
2013-12-01 09:29:37 +00:00
martin
a2fc3339a7
Apply upstream fix for warnings seen on sparc64
2013-12-01 09:29:06 +00:00
christos
b4e9b749e1
Revert all previous TAILQ_NEXT() = NULL, changes, checks against
...
NULL vip's and removal of screens from queues. Instead introduce
a new screen_end1() function that can be used to clean screens that
are not associated with queues yet. Pointed out by chuq@
2013-12-01 02:34:54 +00:00
christos
d95058d03d
fix indentantion
2013-12-01 02:21:58 +00:00
joerg
a7e7f7e044
One const ought to be enough for every variable.
2013-12-01 01:05:15 +00:00
wiz
43d5f031a4
Disable parentheses checks since libgmp doesn't pass them.
2013-11-30 23:45:05 +00:00
martin
8bbc6acbfe
Avoid warning on sparc64
2013-11-30 20:30:22 +00:00
jnemeth
bd07cf4a8f
PR/48419 - Henning Petersen -- unbalanced parenthesis
2013-11-30 19:05:25 +00:00
christos
0481af84d9
Fix recovery mode, there were multiple issues:
...
1. the btree filename was not set so that we always used a transient
in-memory db for the data
2. we did not call sync after creation with R_RECNOSYNC so that the header
of the btree was never written
3. we did not call the right flavor of sync before copying the tree to the
preserved files
2013-11-30 14:54:29 +00:00
christos
0c38cb8432
Don't rebuild the header files all the time if they did not change
2013-11-30 14:52:40 +00:00
joerg
cfd496506e
Shut up a bunch of (valid) warnings from Clang.
2013-11-29 23:02:49 +00:00
joerg
616728154a
Fix format string use.
2013-11-29 23:02:26 +00:00
joerg
e4c0f6ad28
Allow gnueabi to be matched for the relevant cases as well.
2013-11-29 23:01:54 +00:00
christos
81e29e1a78
Bring back the compatibility db3->db1 code from the old vi.
...
This is selected with -DUSE_DB1 in the Makefile. By default
use use the db1 specific code from the current nvi which is
enabled using -DUSE_BUNDLED_DB. Unfortunately recovery seems
to be broken for both.
2013-11-29 22:56:19 +00:00
christos
c24e3e9954
make the debugging code work again.
2013-11-29 21:57:31 +00:00
christos
9e92fc9e98
fix tracing.
2013-11-29 16:37:35 +00:00
christos
fabe6cc1b9
fix compilation of log debugging
2013-11-29 16:36:11 +00:00
christos
770857d9f8
remove unused variable
2013-11-29 15:24:08 +00:00
martin
9e26225e44
Make warnings non-fatal on sparc64.
...
Warings reported upstream.
2013-11-29 14:51:36 +00:00
mrg
c8016f96cd
fix definition of __GMP_CC.
2013-11-29 13:48:15 +00:00
mrg
3fd6c8d025
clean up __GMP_CC, GMP_MPARAM_H_SUGGEST and CONFIG_TOP_SRCDIR.
2013-11-29 13:26:16 +00:00
mrg
0aff01013b
GMP 5.1.3 updates for armeb and earm.
2013-11-29 08:54:48 +00:00
mrg
e19c02daef
GMP 5.1.3 files for earmeb and mips64el.
2013-11-29 08:10:04 +00:00
mrg
65705a8482
updates for GMP 5.1.3, and new build files for most platforms.
2013-11-29 08:03:41 +00:00
mrg
41ff5b3ae1
port forward our changes:
...
- allow working on thumb-missing platforms
- fix some minor issues
2013-11-29 08:02:28 +00:00
mrg
3f2a32320a
merge GMP 5.1.3 (part 1.)
2013-11-29 07:57:10 +00:00
mrg
dab47db46b
initial import GMP 5.1.3 sources. changes include:
...
fixes for:
- mpn_sbpi1_div_qr_sec and mpn_sbpi1_div_r_sec
- mpz_powm_ui
- AMD family 11h
- mpz_powm_sec and mpn_powm_sec
- ASSERT() fixes
- gcd, gcdext, and invert function fixes
- some PPC division operations
2013-11-29 07:49:47 +00:00
christos
80e7303ab0
Make sure that the next pointers are NULL when we insert screens in the list.
...
This avoids the problem when screens are re-used that have stale pointers in
them. This was not an issue with circleq's because all the pointers used to
be updated.
2013-11-28 23:19:43 +00:00
christos
323e76e190
hook ppp
2013-11-28 22:34:17 +00:00
christos
84b263706c
Merge local changes, add build glue.
2013-11-28 22:33:42 +00:00
bouyer
95d1a8853c
update for new binutils code our local patch to avoid warnings when macro are
...
used for loongson2f workarounds. Should fix mips64el kernel builds.
2013-11-28 22:28:30 +00:00
christos
a619718e42
Import ppp-2.4.5 from git://ozlabs.org/~paulus/ppp.git
2013-11-28 21:53:40 +00:00
joerg
18f7deec71
Spell the null pointer as NULL, not as nul.
2013-11-28 14:40:00 +00:00
mrg
3119017743
find mpfr.h.
2013-11-28 14:21:31 +00:00
joerg
7146c0e533
Forgotten file in update to r195771.
2013-11-28 14:20:33 +00:00
joerg
89906191b6
Update LLVM/Clang to r195771 from the 3.4 release branch.
2013-11-28 14:19:59 +00:00
joerg
1497ea0f18
Import LLVM 3.4rc1 r195771.
2013-11-28 14:17:29 +00:00
joerg
b9d39ec3ed
Import Clang 3.4rc1 r195771.
2013-11-28 14:14:46 +00:00
joerg
8538f58f23
Move <dynarray> and <optional> into experimental.
2013-11-28 13:47:29 +00:00
joerg
37cebce520
Import libc++ r195694, primarily to avoid using a public identifier as
...
template argument that is overriden by macro in pkgsrc.
2013-11-28 13:45:08 +00:00
mrg
c25882ee01
handle with moved mpfr*.h files.
2013-11-28 13:04:35 +00:00
mrg
2d9724377a
build fixes for MPFR 3.1.2.
2013-11-28 12:36:55 +00:00
mrg
ac86932595
merge MPFR 3.1.2. changes to moved srcs are already merged.
2013-11-28 12:35:03 +00:00