diff --git a/lib/luajit/.gitattributes b/lib/luajit/.gitattributes new file mode 100644 index 0000000000..c048531e27 --- /dev/null +++ b/lib/luajit/.gitattributes @@ -0,0 +1 @@ +/.relver export-subst diff --git a/lib/luajit/.relver b/lib/luajit/.relver new file mode 100644 index 0000000000..2707647aac --- /dev/null +++ b/lib/luajit/.relver @@ -0,0 +1 @@ +$Format:%ct$ diff --git a/lib/luajit/COPYRIGHT b/lib/luajit/COPYRIGHT index 58b5b96e68..d615ca9d3f 100644 --- a/lib/luajit/COPYRIGHT +++ b/lib/luajit/COPYRIGHT @@ -8,7 +8,7 @@ Copyright is retained by the individual authors and contributors. =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ -Copyright (C) 2005-2022 Mike Pall. All rights reserved. +Copyright (C) 2005-2023 Mike Pall. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/luajit/Makefile b/lib/luajit/Makefile index 9d38e99bf0..fdc7ca094d 100644 --- a/lib/luajit/Makefile +++ b/lib/luajit/Makefile @@ -10,7 +10,7 @@ # For MSVC, please follow the instructions given in src/msvcbuild.bat. # For MinGW and Cygwin, cd to src and run make with the Makefile there. # -# Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 1 @@ -71,7 +71,8 @@ INSTALL_F= install -m 0644 UNINSTALL= $(RM) LDCONFIG= ldconfig -n 2>/dev/null SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \ - -e "s|^multilib=.*|multilib=$(MULTILIB)|" + -e "s|^multilib=.*|multilib=$(MULTILIB)|" \ + -e "s|^relver=.*|relver=$(RELVER)|" ifneq ($(INSTALL_DEFINC),$(INSTALL_INC)) SED_PC+= -e "s|^includedir=.*|includedir=$(INSTALL_INC)|" endif @@ -126,8 +127,7 @@ install: $(INSTALL_DEP) cd src && $(INSTALL_F) $(FILES_INC) $(INSTALL_INC) cd src/jit && $(INSTALL_F) $(FILES_JITLIB) $(INSTALL_JITLIB) $(SYMLINK) $(INSTALL_TNAME) $(INSTALL_TSYM) - @echo "" - + @echo "==== Successfully installed LuaJIT $(VERSION) to $(PREFIX) ====" uninstall: @echo "==== Uninstalling RaptorJIT $(VERSION) from $(PREFIX) ====" diff --git a/lib/luajit/doc/bluequad-print.css b/lib/luajit/doc/bluequad-print.css index a49d309ff1..4a1392789e 100644 --- a/lib/luajit/doc/bluequad-print.css +++ b/lib/luajit/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2022 Mike Pall. +/* Copyright (C) 2004-2023 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/lib/luajit/doc/bluequad.css b/lib/luajit/doc/bluequad.css index 4c1a9082e8..7399f62517 100644 --- a/lib/luajit/doc/bluequad.css +++ b/lib/luajit/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2022 Mike Pall. +/* Copyright (C) 2004-2023 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. @@ -206,11 +206,9 @@ img.right { .ext { color: #ff8000; } -.new { - font-size: 6pt; - vertical-align: middle; - background: #ff8000; - color: #ffffff; +.note { + padding: 0.5em 1em; + border-left: 3px solid #bfcfff; } #site { clear: both; diff --git a/lib/luajit/doc/contact.html b/lib/luajit/doc/contact.html index ef44e9dea2..d1cc86fa9e 100644 --- a/lib/luajit/doc/contact.html +++ b/lib/luajit/doc/contact.html @@ -2,8 +2,8 @@ Contact - - + + @@ -44,9 +44,9 @@

Contact

Lua/C API
  • -Status +Status »
  • -FAQ +FAQ »
  • Mailing List »
  • @@ -92,7 +92,7 @@

    Contact

    Copyright

    All documentation is -Copyright © 2005-2022 Mike Pall. +Copyright © 2005-2023 Mike Pall.

    @@ -100,7 +100,7 @@

    Copyright