aboutsummaryrefslogtreecommitdiff
path: root/src/lib_io.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall6 days1-1/+3
|\
| * Add compatibility string coercion for fp:seek() argument.Mike Pall6 days1-1/+3
| | | | | | | | Reported by Magnus Wibeck. #1343
* | Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\|
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Add Nintendo Switch port.Mike Pall2022-06-081-1/+1
| | | | | | | | Contributed by Swyter and vdweller84.
* | Add PS5 port.Mike Pall2022-04-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-07-221-2/+8
|\|
| * Fix io.close() error message.Mike Pall2021-07-221-2/+8
| | | | | | | | Reported by François Perrad.
* | Merge branch 'master' into v2.1Mike Pall2021-07-221-9/+11
|\|
| * Fix io.close().Mike Pall2021-07-221-9/+11
| | | | | | | | Reported by farmboy0.
* | Merge branch 'master' into v2.1Mike Pall2021-05-171-3/+1
|\|
| * Fix compiler warnings.Mike Pall2021-05-171-3/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Android/ARM: Fix build with recent NDK.Mike Pall2020-07-021-0/+8
| |
* | Improve assertions.Mike Pall2020-06-151-4/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Windows: Add UWP support, part 1.Mike Pall2018-06-051-2/+2
| | | | | | | | Contributed by Ben Pye.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Add some more extensions from Lua 5.2/5.3.Mike Pall2017-01-171-6/+5
| | | | | | | | Contributed by François Perrad.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-261-2/+1
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2015-07-101-4/+11
|\|
| * Limit number of arguments given to io.lines() and fp:lines().Mike Pall2015-07-101-4/+11
| |
* | Add Xbox One port.Mike Pall2015-06-121-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-04-271-1/+1
|\|
| * Add PS Vita port.Mike Pall2014-04-271-1/+1
| | | | | | | | Thanks to Anton Stenmark.
* | Merge branch 'master' into v2.1Mike Pall2014-02-261-1/+1
|\|
| * Add PS4 port.Mike Pall2014-02-261-1/+1
| | | | | | | | Thanks to Eddie Edwards.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-2/+2
| |
* | Refactor internal string formatting.Mike Pall2013-05-121-1/+2
| |
* | Clean up TValue to buffer conversions.Mike Pall2013-03-181-12/+5
| |
* | Merge branch 'master' into v2.1Mike Pall2013-03-041-0/+4
|\|
| * Add missing GC steps for io.* functions.Mike Pall2013-03-031-0/+4
| |
* | String buffer refactoring, part 1.Mike Pall2013-02-271-3/+4
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Improve buffer handling for io.read().Mike Pall2013-02-111-40/+35
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* From Lua 5.2: Add format options to io.lines().Mike Pall2012-10-121-24/+35
|
* From Lua 5.2: Return file object for io.write() and file:write().Mike Pall2012-09-281-0/+6
| | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT.