path stringlengths 14 112 | content stringlengths 0 6.32M | size int64 0 6.32M | max_lines int64 1 100k | repo_name stringclasses 2
values | autogenerated bool 1
class |
|---|---|---|---|---|---|
cosmopolitan/third_party/tidy/message.c | /* clang-format off */
/* message.c -- General Message Writing Routines
(c) 1998-2017 (W3C) MIT, ERCIM, Keio University, University of
Toronto, HTACG
See tidy.h for the copyright notice.
*/
#include "third_party/tidy/message.h"
#include "third_party/tidy/messageobj.h"
#include "third_party/tidy/tidy-int.h"
#in... | 66,972 | 1,612 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tags.c | /* clang-format off */
/* tags.c
* Recognize HTML tags.
*
* Copyright (c) 1998-2017 World Wide Web Consortium (Massachusetts
* Institute of Technology, European Research Consortium for Informatics
* and Mathematics, Keio University) and HTACG.
*
* See tidy.h for the copyright notice.
*/
#include "third_party/t... | 64,879 | 1,190 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tagask.c | /* clang-format off */
/* tagask.c -- Interrogate node type
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University
See tidy.h for the copyright notice.
*/
#include "third_party/tidy/tidy-int.h"
#include "third_party/tidy/tags.h"
#include "third_party/tidy/tidy.h"
Bool tidyNodeIsText( TidyNode tnod )
{ return TY_(nodeI... | 1,021 | 40 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tidyplatform.h | #ifndef __TIDY_PLATFORM_H__
#define __TIDY_PLATFORM_H__
COSMOPOLITAN_C_START_
#define LINUX_OS
#define PLATFORM_NAME "Cosmopolitan"
#define TIDY_CONFIG_FILE "/zip/.tidyrc"
#define TIDY_USER_CONFIG_FILE "~/.tidyrc"
#define SUPPORT_LOCALIZATIONS 0
#define SUPPORT_CONSOLE_APP 1
#de... | 1,907 | 66 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tidybuffio.h | #ifndef __TIDY_BUFFIO_H__
#define __TIDY_BUFFIO_H__
/* clang-format off */
/**************************************************************************//**
* @file
* Treat buffer as a stream that Tidy can use for I/O operations. It offers
* the ability for the buffer to grow as bytes are added, and keeps track
* of... | 3,655 | 126 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/config.h | #ifndef __CONFIG_H__
#define __CONFIG_H__
/* clang-format off */
/**************************************************************************//**
* @file
* Read configuration files and manage configuration properties.
*
* Config files associate a property name with a value.
*
* // comments can start at the beginn... | 15,057 | 435 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/parser.c | /* clang-format off */
/* parser.c -- HTML Parser
(c) 1998-2007 (W3C) MIT, ERCIM, Keio University
See tidy.h for the copyright notice.
*/
#include "third_party/tidy/tidy-int.h"
#include "third_party/tidy/lexer.h"
#include "third_party/tidy/parser.h"
#include "third_party/tidy/message.h"
#include "third_party/tid... | 204,565 | 6,453 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tidyenum.h | #ifndef __TIDYENUM_H__
#define __TIDYENUM_H__
/* clang-format off */
/**************************************************************************//**
* @file
* Separated public enumerations header providing important indentifiers for
* LibTidy and internal users, as well as code-generator macros used to
* generate ... | 69,009 | 1,473 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/LICENSE.md | # HTML Tidy
## HTML parser and pretty printer
Copyright (c) 1998-2016 World Wide Web Consortium
(Massachusetts Institute of Technology, European Research
Consortium for Informatics and Mathematics, Keio University).
All Rights Reserved.
Additional contributions (c) 2001-2016 University of Toronto, Terry Teague,
@geo... | 2,035 | 51 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tmbstr.c | /* clang-format off */
/* tmbstr.c -- Tidy string utility functions
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University
See tidy.h for the copyright notice.
*/
#include "third_party/tidy/forward.h"
#include "third_party/tidy/tmbstr.h"
#include "libc/fmt/fmt.h"
#include "third_party/tidy/lexer.h"
/* like strdup but ... | 5,712 | 289 | jart/cosmopolitan | false |
cosmopolitan/third_party/tidy/tidy.h | #ifndef __TIDY_H__
#define __TIDY_H__
/* clang-format off */
/***************************************************************************//**
* @file
* Defines HTML Tidy public API implemented by LibTidy.
*
* This public interface provides the entire public API for LibTidy, and
* is the sole interface that you sh... | 94,382 | 2,222 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/output.c | /* Output to stdout / stderr for GNU make
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the Lic... | 16,838 | 665 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/stdint.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Copyright (C) 2001-2002, 2004-2020 Free Software Foundation, Inc.
Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
This file is part of gnulib.
This program is free software; you can redistribute it and/or modify
it un... | 22,125 | 737 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/concat-filename.c | /* Construct a full filename from a directory and a relative filename.
Copyright (C) 2001-2004, 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; ei... | 2,564 | 70 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/getprogname.c | /* Program name management.
Copyright (C) 2016-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) ... | 1,089 | 35 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/vpath.c | /* Implementation of pattern-matching file search paths for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation;... | 18,262 | 602 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/dep.h | /* clang-format off */
/* Definitions of dependency data structures for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software... | 4,903 | 135 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/rule.c | /* Pattern and suffix rule internals for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 o... | 16,415 | 547 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/implicit.c | /* clang-format off */
/* Implicit rule searching for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; eithe... | 35,223 | 1,007 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/unistd.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Substitute for and wrapper around <unistd.h>.
Copyright (C) 2003-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... | 77,377 | 2,175 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/remote-stub.c | /* clang-format off */
/* Template for the remote job exportation interface to GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free S... | 2,962 | 101 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/stripslash.c | /* clang-format off */
/* stripslash.c -- remove redundant trailing slashes from a file name
Copyright (C) 1990, 2001, 2003-2006, 2009-2020 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published ... | 1,627 | 47 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/fd-hook.h | /* clang-format off */
/* Hook for making file descriptor functions close(), ioctl() extensible.
Copyright (C) 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software... | 4,858 | 121 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/alloca.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001-2004, 2006-2020 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as p... | 2,340 | 70 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/remake.c | /* clang-format off */
/* Basic dependency engine for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; eithe... | 55,908 | 1,727 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/default.c | /* Data base of default implicit rules for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3... | 11,124 | 399 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/hash.h | /* clang-format off */
/* hash.h -- decls for hash table
Copyright (C) 1995, 1999, 2002, 2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.org> <greg@mcgary.org>
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the F... | 8,499 | 233 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/commands.h | /* clang-format off */
/* Definition of data structures describing shell commands for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the... | 1,966 | 44 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/makeint.inc | /* Miscellaneous global declarations and portability cruft for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundati... | 20,153 | 646 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/variable.h | /* clang-format off */
/* Definitions for using variables in GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation... | 10,528 | 243 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/job.h | /* clang-format off */
/* Definitions for managing subprocesses in GNU Make.
Copyright (C) 1992-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foun... | 3,165 | 90 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/concat-filename.h | /* clang-format off */
/* Construct a full filename from a directory and a relative filename.
Copyright (C) 2001-2004, 2007-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free ... | 1,564 | 43 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/file.c | /* Target file management for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the Licen... | 32,561 | 1,146 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/fcntl.c | /* clang-format off */
/* Provide file descriptor control.
Copyright (C) 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the ... | 15,443 | 557 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/strcache.c | /* Constant string caching for GNU Make.
Copyright (C) 2006-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the Lice... | 9,402 | 328 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/README.cosmo | DESCRIPTION
Landlock Make is a fork of GNU Make that adds support for automatic
sandboxing, resource limits, and network access restrictions.
ORIGIN
GNU Make 4.3
http://ftp.gnu.org/gnu/make/make-4.3.tar.gz
LICENSE
GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
LOCAL CHANGES
- .INTERNET... | 1,112 | 33 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/main.c | /* Argument parsing and main program of GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of... | 97,821 | 3,132 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/xconcat-filename.c | /* clang-format off */
/* Construct a full filename from a directory and a relative filename.
Copyright (C) 2001-2004, 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free ... | 1,527 | 43 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/os.h | /* clang-format off */
/* Declarations for operating system interfaces for GNU Make.
Copyright (C) 2016-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Softw... | 3,282 | 95 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/xmalloc.c | /* clang-format off */
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990-2000, 2002-2006, 2008-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software... | 3,398 | 124 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/xalloc-die.c | /* clang-format off */
/* Report a memory allocation failure and exit.
Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2020 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free So... | 1,431 | 43 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/output.h | /* clang-format off */
/* Output to stdout / stderr for GNU make
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; eith... | 3,359 | 102 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/debug.h | /* clang-format off */
/* Debugging macros and interface.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either vers... | 1,606 | 43 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/posixos.c | /* POSIX-based operating system interface for GNU Make.
Copyright (C) 2016-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either versio... | 11,956 | 420 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/error.c | /* clang-format off */
/* Error handler for noninteractive utilities
Copyright (C) 1990-1998, 2000-2007, 2009-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License... | 5,177 | 191 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/function.c | /* Builtin function expansion for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the L... | 58,783 | 2,274 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/gettext.h | /* clang-format off */
/* Convenience header for conditional use of GNU <libintl.h>.
Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2020 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published... | 10,524 | 296 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/loadapi.c | /* clang-format off */
/* API for GNU Make dynamic objects.
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either ve... | 2,150 | 84 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/gnumake.h | /* clang-format off */
/* External interfaces usable by dynamic objects loaded into GNU Make.
--THIS API IS A "TECHNOLOGY PREVIEW" ONLY. IT IS NOT A STABLE INTERFACE--
Copyright (C) 2013-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or mo... | 2,935 | 81 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/filename.h | /* clang-format off */
/* Basic filename support macros.
Copyright (C) 2001-2004, 2007-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3... | 1,965 | 56 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/rule.h | /* clang-format off */
/* Definitions for using pattern rules in GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Founda... | 2,151 | 59 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/findprog.h | /* clang-format off */
/* clang-format off */
/* Locating a program in PATH.
Copyright (C) 2001-2003, 2009-2020 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Pu... | 2,984 | 72 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/read.c | /* Reading and parsing of makefiles for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of... | 104,496 | 3,463 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/AUTHORS | -----------------------------------
GNU make development up to version 3.75 by:
Roland McGrath <roland@gnu.org>
Development starting with GNU make 3.76 by:
Paul D. Smith <psmith@gnu.org>
Additional development starting with GNU make 3.81 by:
Boris Kolpackov <boris@kolpackov.net>
GNU Make User'... | 3,044 | 91 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/getopt.h | /* Declarations for getopt.
Copyright (C) 1989-2020 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public Lice... | 4,751 | 142 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/misc.c | /* clang-format off */
/* Miscellaneous generic support functions for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
F... | 15,146 | 659 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/stdlib.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* A GNU-like <stdlib.h>.
Copyright (C) 1995, 2001-2004, 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the... | 60,189 | 1,617 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/getopt1.c | /* getopt_long and getopt_long_only entry points for GNU getopt.
Copyright (C) 1987-1994, 1996-2020 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
GNU Make is free software; you can redistribute it and/or modify i... | 3,943 | 154 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/make.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_MAKE
THIRD_PARTY_MAKE_COMS = \
o/$(MODE)/third_party/make/make.com
THIRD_PARTY_MAKE_BINS = ... | 4,996 | 185 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/ar.c | /* Interface to 'ar' archives for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the ... | 7,571 | 282 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/dir.c | /* Directory hashing for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, o... | 26,172 | 885 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/exitfail.c | /* clang-format off */
/* Failure exit status
Copyright (C) 2002-2003, 2005-2007, 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version ... | 847 | 20 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/job.c | /* Job execution and handling for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the L... | 91,972 | 2,967 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/dirname-lgpl.c | /* clang-format off */
/* dirname.c -- return all but the last element in a file name
Copyright (C) 1990, 1998, 2000-2001, 2003-2006, 2009-2020 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis... | 3,248 | 88 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/filedef.h | /* Definition of target file data structures for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either ver... | 10,479 | 221 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/commands.c | /* Command processing for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, ... | 18,213 | 679 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/version.c | /* clang-format off */
/* Record version and build host architecture for GNU make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Softwar... | 1,209 | 35 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/expand.c | /* Variable expansion functions for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the... | 18,144 | 595 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/findprog-in.c | /* clang-format off */
/* Locating a program in a given path.
Copyright (C) 2001-2004, 2006-2020 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001, 2019.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Lice... | 8,506 | 252 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/stddef.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
Copyright (C) 2009-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publi... | 4,008 | 121 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/hash.c | /* hash.c -- hash table maintenance
Copyright (C) 1995, 1999, 2002, 2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.org> <greg@mcgary.org>
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundati... | 12,971 | 483 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/COPYING | GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamb... | 35,147 | 675 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/getopt.c | /* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org
before changing it!
Copyright (C) 1987-2020 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be ... | 29,143 | 997 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/config.h | /* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
#include "libc/calls/calls.h"
#define LANDLOCKMAKE_VERSION "1.5"
/* Define to the number of bits in type 'ptrdiff_t'. */
#define BITSIZEOF_PTRDIFF_T 64
/* Define to the number of bits in... | 33,175 | 988 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/arscan.c | /* Library function for scanning an archive file.
Copyright (C) 1987-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of... | 19,891 | 684 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/error.h | /* clang-format off */
/* Declaration for error-reporting function
Copyright (C) 1995-1997, 2003, 2006, 2008-2020 Free Software Foundation,
Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... | 2,930 | 77 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/unistd.c | /* clang-format off */
#include "third_party/make/config.h"
#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE
#include "third_party/make/unistd.h"
typedef int dummy;
| 160 | 6 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/intprops.h | /* clang-format off */
/* intprops.h -- properties of integer types
Copyright (C) 2001-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation; either version ... | 26,739 | 585 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/dosname.h | /* clang-format off */
/* File names on MS-DOS/Windows systems.
Copyright (C) 2000-2001, 2004-2006, 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundatio... | 2,003 | 54 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/fd-hook.c | /* clang-format off */
/* clang-format off */
/* Hook for making file descriptor functions close(), ioctl() extensible.
Copyright (C) 2009-2020 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or modify it
under the t... | 3,647 | 117 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/fcntl.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Like <fcntl.h>, but with non-working flags defined to 0.
Copyright (C) 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as pu... | 30,278 | 812 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/stdio.h | /* clang-format off */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* A GNU-like <stdio.h>.
Copyright (C) 2004, 2007-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwa... | 70,479 | 1,908 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/exitfail.h | /* clang-format off */
/* Failure exit status
Copyright (C) 2002, 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License... | 794 | 20 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/dirname.h | /* Take file names apart into directory and base names.
Copyright (C) 1998, 2001, 2003-2006, 2009-2020 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundat... | 1,553 | 54 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/basename-lgpl.c | /* clang-format off */
/* basename.c -- return the last element in a file name
Copyright (C) 1990, 1998-2001, 2003-2006, 2009-2020 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the... | 2,187 | 77 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/load.c | /* clang-format off */
/* Loading dynamic objects for GNU Make.
Copyright (C) 2012-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; eithe... | 1,123 | 35 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/getprogname.h | /* clang-format off */
/* Program name management.
Copyright (C) 2016-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, ... | 1,151 | 40 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/guile.c | /* clang-format off */
/* GNU Guile interface for GNU Make.
Copyright (C) 2011-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either ve... | 862 | 25 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/xalloc.h | /* clang-format off */
/* xalloc.h -- malloc with out-of-memory checking
Copyright (C) 1990-2000, 2003-2004, 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software ... | 7,748 | 263 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/xalloc-oversized.h | /* clang-format off */
/* xalloc-oversized.h -- memory allocation size checking
Copyright (C) 1990-2000, 2003-2004, 2006-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free So... | 2,308 | 60 | jart/cosmopolitan | false |
cosmopolitan/third_party/make/variable.c | /* clang-format off */
/* Internals of variables for GNU Make.
Copyright (C) 1988-2020 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either... | 44,604 | 1,479 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/README.txt | /*
* stb_image - v2.23 - public domain image loader - http://nothings.org/stb
* no warranty implied; use at your own risk
*
* [heavily modified by justine tunney]
*
* JPEG baseline & progressive (12 bpc/arithmetic not supported, same
* as stock IJG lib) PNG ... | 17,019 | 372 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_truetype.h | #ifndef COSMOPOLITAN_THIRD_PARTY_STB_STB_TRUETYPE_H_
#define COSMOPOLITAN_THIRD_PARTY_STB_STB_TRUETYPE_H_
#include "libc/runtime/runtime.h"
#include "third_party/stb/stb_rect_pack.h"
#define STBTT_vmove 1
#define STBTT_vline 2
#define STBTT_vcurve 3
#define STBTT_vcubic 4
#define STBTT_MACSTYLE_DONTCARE 0
#define... | 11,459 | 263 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_image.c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-â
âvi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :viâ
âââââââââââââââââââââââââââââââââââââââââââââââââââ... | 166,764 | 4,890 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_vorbis.c | // Ogg Vorbis audio decoder - v1.17 - public domain
// http://nothings.org/stb_vorbis/
//
// Original version written by Sean Barrett in 2007.
//
// Originally sponsored by RAD Game Tools. Seeking implementation
// sponsored by Phillip Bennefall, Marc Andersen, Aaron Baker,
// Elias Software, Aras Pranckevicius, and Se... | 159,428 | 4,982 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_image_write.c | /* stb_image_write - v1.13 - public domain - http://nothings.org/stb
* writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015
* no warranty implied; use at your own risk
*
* ABOUT:
*
* This file is a library for writing images to stdio or a callback.
*
* ... | 40,264 | 1,045 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_image_write.h | #ifndef COSMOPOLITAN_THIRD_PARTY_STB_STB_IMAGE_WRITE_H_
#define COSMOPOLITAN_THIRD_PARTY_STB_STB_IMAGE_WRITE_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
extern int stbi_write_png_compression_level;
extern int stbi__flip_vertically_on_write;
extern int stbi_write_tga_with_rle;
extern int stbi_write_f... | 1,579 | 37 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/README.cosmo | LOCAL CHANGES
- Rewrite endian code so it's optimizable
- Add malloc() to functions w/ frames greater than PAGESIZE
- Removed undefined behavior
- Removed BMP [endian code made it 100x slower than PNG/JPEG]
- Removed PIC [never heard of it]
- Removed TGA [consider imaagemagick convert command]
- Removed ... | 813 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_STB
THIRD_PARTY_STB_SRCS = $(THIRD_PARTY_STB_A_SRCS)
THIRD_PARTY_STB_HDRS = $(THIRD_PARTY_STB_A_HD... | 2,552 | 79 | jart/cosmopolitan | false |
cosmopolitan/third_party/stb/stb_image_write_png.c | /* stb_image_write - v1.13 - public domain - http://nothings.org/stb
* writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015
* no warranty implied; use at your own risk
*
* ABOUT:
*
* This file is a library for writing images to stdio or a callback.
*
* ... | 12,193 | 379 | jart/cosmopolitan | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.