List of commits:
Subject Hash Author Date (UTC)
fake version 3.0 for glibc build 3ee791f2da4d841c91f9cec47a01de89a884481d Sylvain BERTRAND 2018-07-09 21:11:22
add bison data 1da06aa4eed14fcc1f7dd585a386391600e879da Sylvain BERTRAND 2018-04-05 12:32:19
fix glibc support and cross-compiling de5c84559099084a194ccd7bf6d292724c3ca5ce Sylvain BERTRAND 2018-04-05 02:16:47
Initial commit 263f6a3640c18f85df187532258b5aa02247ed39 Sylvain BERTRAND 2018-04-05 02:04:17
Commit 3ee791f2da4d841c91f9cec47a01de89a884481d - fake version 3.0 for glibc build
Author: Sylvain BERTRAND
Author date (UTC): 2018-07-09 21:11
Committer name: Sylvain BERTRAND
Committer date (UTC): 2018-07-09 21:11
Parent(s): 1da06aa4eed14fcc1f7dd585a386391600e879da
Signing key:
Tree: 9aa7ce14f4d57888d0103f50604cf968b487dccc
File Lines added Lines deleted
configure.ac 1 1
File configure.ac changed (mode: 100644) (index 1cb583a..a4cc6f8)
1 1 AC_PREREQ([2.69]) AC_PREREQ([2.69])
2 AC_INIT([NYAN BISON], [1.0], [sylvain.bertrand@gmail.com])
2 AC_INIT([NYAN BISON], [3.0], [sylvain.bertrand@gmail.com])
3 3 AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2015]) AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2015])
4 4 AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR], AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
5 5 [The copyright year for this package]) [The copyright year for this package])
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanbison

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanbison

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanbison

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main