]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/getdate.*: Reimplement in pure C
authorAlejandro Colomar <alx@kernel.org>
Tue, 18 Feb 2025 13:52:04 +0000 (14:52 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 2 Jun 2025 07:59:51 +0000 (09:59 +0200)
commit6c62103ba66220eac23dc89fb3764bf0f37d786f
treeab4fa1e57af1d0ab9b11ab5dfb8b61db8685642d
parent9f7464cd6880288cd960e0a83c100c4964967486
lib/getdate.*: Reimplement in pure C

This removes all yacc(1) code from this project.  Add copyright and
license, since there remains nothing of the original code.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
.github/actions/install-dependencies/action.yml
.gitignore
configure.ac
lib/Makefile.am
lib/getdate.c [new file with mode: 0644]
lib/getdate.y [deleted file]
share/ansible/roles/ci_run/tasks/alpine.yml
share/ansible/roles/ci_run/tasks/opensuse.yml