{"id":16607479,"url":"https://github.com/mitchcapper/gawk","last_synced_at":"2026-04-27T05:33:04.621Z","repository":{"id":182230812,"uuid":"654764774","full_name":"mitchcapper/gawk","owner":"mitchcapper","description":"mirror of https://git.savannah.gnu.org/git/gawk.git","archived":false,"fork":false,"pushed_at":"2025-02-15T06:28:01.000Z","size":41284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T01:49:04.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchcapper.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/ChangeLog","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"mitchcapper"}},"created_at":"2023-06-16T22:42:44.000Z","updated_at":"2025-02-07T17:44:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaecd137-6bfb-4514-b0c4-802048ebc19d","html_url":"https://github.com/mitchcapper/gawk","commit_stats":null,"previous_names":["mitchcapper/gawk"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/mitchcapper/gawk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fgawk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fgawk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fgawk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fgawk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchcapper","download_url":"https://codeload.github.com/mitchcapper/gawk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchcapper%2Fgawk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T01:13:46.893Z","updated_at":"2026-04-27T05:32:59.612Z","avatar_url":"https://github.com/mitchcapper.png","language":"C","funding_links":["https://github.com/sponsors/mitchcapper"],"categories":[],"sub_categories":[],"readme":"  Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015,\n  2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Free Software Foundation, Inc.\n  \n  Copying and distribution of this file, with or without modification,\n  are permitted in any medium without royalty provided the copyright\n  notice and this notice are preserved.\n\nREADME:\n\nThis is GNU Awk 5.3.1. It is upwardly compatible with Brian Kernighan's\nversion of Unix awk.  It is almost completely compliant with the\n2018 POSIX 1003.1 standard for awk. (See the note below about POSIX.)\n\nThis is a bug-fix release. See NEWS and ChangeLog for details.\n\nWork to be done is described briefly in the TODO file, which is available\nonly in the 'master' branch in the Git repo.\n\nChanges in this version are summarized in the NEWS file.\n\nRead the file POSIX.STD for a discussion of issues where the standard\nsays one thing but gawk does something different.\n\nTo format the documentation with TeX, use at least version 2023-09-19.19\nof texinfo.tex. There is a usable copy of texinfo.tex in the doc directory.\nYou must also use at least version 7.1 of texindex and of makeinfo\nfrom the texinfo-7.1 distribution.\n\nINSTALLATION:\n\nCheck whether there is a system-specific README file for your system under\nthe `README_d' directory.  If there's something there that you should\nhave read and didn't, and you bug me about it, I'm going to yell at you.\n\nSee the file INSTALL for installation instructions.\n\nIf you don't have Bison, use the awkgram.c file here.  It was\ngenerated with Bison, and has no proprietary code in it.  (Note that\nmodifying awkgram.y without Bison is next to impossible.  You might\nwant to get a copy of Bison from the FSF too.)\n\nThe build mechanics depend upon Bison. Also, gawk doesn't work correctly\nwith some versions of yacc, so just use Bison.\n\nIf you have an MS-DOS, or MS-Windows system, use the stuff in the `pc'\ndirectory.  Similarly, there is a separate directory for VMS.\n\nAppendix B of ``GAWK: Effective Awk Programming'' discusses configuration\nin detail. The configuration process is based on GNU Autoconf and\nAutomake.\n\nAfter successful compilation, do `make check' to run the test suite.\nThere should be no output from the `cmp' invocations except in the\ncases where there are small differences in floating point values, and\npossibly in the case of strftime.  There may be differences based on\ninstalled (or not installed) locales and the quality of multibyte\ncharacter support on your system.\n\nSeveral of the tests ignore errors on purpose; those are not a problem.\nIf there are other differences, please investigate and report the problem.\n\nPRINTING THE MANUAL\n\nThe `doc' directory contains a recent version of texinfo.tex, which will\nbe necessary for printing the manual.  Use `make dvi' to get a DVI file\nfrom the manual. In the `doc' directory, use `make postscript' to get\nPostScript versions of the manual, the man page, and the reference card.\nUse `make pdf' to get PDF versions of the manuals, the man page and\nthe reference card.\n\nBUG REPORTS AND FIXES (Un*x systems):\n\nPlease coordinate changes through Arnold Robbins. In particular, see\nthe section in the manual on reporting bugs. Note that comp.lang.awk\nis about the worst place to post a gawk bug report. So too is use of\na web forum such as Stack Overflow. Please, use the mechanisms outlined\nin the manual.\n\nBug reports should be submitted using the `gawkbug' script. This formats\na report and sends it to bug-gawk@gnu.org.  This is a separate mailing\nlist at GNU Central.  The advantage to using this address is that bug\nreports are archived at GNU Central.\n\nGeneral non-bug questions should be sent to help-gawk@gnu.org.\n\nArnold Robbins\n\nBUG REPORTS AND FIXES, non-Unix systems:\n\nMS-Windows with MinGW:\n\tEli Zaretskii\n\teliz@gnu.org\n\nOpenVMS:\n\tJohn Malmberg\n\twb8tyw@qsl.net\n\nz/OS (OS/390) Contact:\n\tDaniel Richard G.\n\tskunk@iSKUNK.ORG\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchcapper%2Fgawk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchcapper%2Fgawk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchcapper%2Fgawk/lists"}