The NetBSD Project

CVS log for src/external/mit/lua/dist/src/luac.c

[BACK] Up to [cvs.NetBSD.org] / src / external / mit / lua / dist / src

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 8 21:12:08 2023 UTC (9 months, 2 weeks ago) by nikita
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -5 lines
Diff to previous 1.11 (colored)

lua: resolve import conflicts

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 16 20:46:17 2023 UTC (11 months, 1 week ago) by nikita
Branch: MAIN
Changes since 1.10: +374 -99 lines
Diff to previous 1.10 (colored)

Resolve conflicts for lua 5.4.4 import.
Adjust various files for lua 5.4.4.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 4 17:30:01 2018 UTC (5 years, 7 months ago) by alnsn
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-10-base, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: netbsd-10
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)

Resolve conflicts.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 26 13:17:33 2017 UTC (6 years, 11 months ago) by mbalmer
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek
Branch point for: phil-wifi, pgoyette-compat, netbsd-8
Changes since 1.8: +0 -0 lines
Diff to previous 1.8 (colored)

import conflict resolution

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 26 12:49:34 2017 UTC (6 years, 11 months ago) by mbalmer
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

resolve import conflicts

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 8 02:21:31 2016 UTC (7 years, 6 months ago) by salazar
Branch: MAIN
CVS Tags: prg-localcount2-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: prg-localcount2
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

merge Lua 5.3.3

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 28 14:41:39 2016 UTC (8 years, 2 months ago) by lneto
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount
Changes since 1.5: +6 -2 lines
Diff to previous 1.5 (colored)

lua: merged 5.3.2

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 11 01:01:45 2015 UTC (8 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Get rid of the sprintf() bogus macro and use lengths explicitly when buffers
are involved.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 8 13:21:00 2015 UTC (8 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored)

update after conflict resolution

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 2 14:03:05 2015 UTC (9 years, 1 month ago) by lneto
Branch: MAIN
Changes since 1.2: +20 -18 lines
Diff to previous 1.2 (colored)

lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 19 18:38:34 2014 UTC (9 years, 8 months ago) by lneto
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.1: +295 -50 lines
Diff to previous 1.1 (colored)

lua: updated from 5.1 to 5.3 work3

* lua(1):
  - changed lua_Integer to intmax_t
  - updated distrib/sets/lists and etc/mtree
  - updated bsd.lua.mk
  - fixed bozohttpd (lua-bozo.c)
  - compatibilized bindings: gpio, sqlite
* lua(4):
  - removed floating-point and libc dependencies using '#ifndef _KERNEL'
  - fixed division by zero and exponentiation
  - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
  - acpica: removed isprint() from acnetbsd.h
  - libc: moved strcspn.c, strpbrk.c and strspn.c to common
  - removed stub headers
  - compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 31 11:17:00 2010 UTC (13 years, 5 months ago) by mbalmer
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>