Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lua-stdlib/lua-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lua-stdlib/lua-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v34-maint
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 26, 2013

  1. configury: mkrockspecs uses uninstalled stdlib again. (issue #24)

    * GNUmakefile (ROCKSPEC_ENV): Default to same value as LUA_ENV.
    (MKROCKSPECS): Now uses lua-stdlib from the build tree, not the
    previously installed version.
    gvvaughan committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    1484a6c View commit details
    Browse the repository at this point in the history
  2. rockspecs: bump revision number to 2.

    * mkrockspecs.lua: Bump revision number to 2.
    gvvaughan committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    902aa01 View commit details
    Browse the repository at this point in the history
  3. getopt: instead of parsing undefined options, stop at first non-option

    This is a configurable behaviour in C getopt, and does what I actually
    wanted in the first place. If the other behaviour has a use case, it
    can be reinstated later.
    rrthomas committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    1788c3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b04ce View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2013

  1. getopt: ensure we find _G.arg from Specl nested setfenv environments.…

    … (issue #27)
    
    Although only necessary for Lua 5.1, this fix is harmless for Lua
    5.2, and we support both!
    * src/getopt.lua (processArgs): Use only fully qualified _G.arg
    references, for Lua 5.1 Specl compatibility.
    Fixes issue #27.
    gvvaughan committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    55ba699 View commit details
    Browse the repository at this point in the history
  2. configury: bump revision to 2 in release rules.

    * GNUmakefile (tag-release, check-in-release, release): Bump
    release revision to 2.
    gvvaughan committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    c9f07e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

  1. maint: revert to -1 rockspec revisions number.

    * configure.ac (AC_INIT): Bump version to 34.1.
    * rockspecs.lua: Revert to `-1` rockspec revision number.
    * mkrockspecs.lua (specfile): Likewise.
    * GNUmakefile (tag-release, check-in-release): Don't apply -2
    suffix.
    (release): Use -1 revision rockspec filename.
    gvvaughan committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    24bedbf View commit details
    Browse the repository at this point in the history
Loading