Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: third_party/libteken/README.chromium

Issue 1422623002: Build fixes for fnl/musl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update README.chromium in //third_party Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libteken/teken/teken.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libteken 1 Name: libteken
2 URL: svn://svn.FreeBSD.org/base/head/sys/teken/ 2 URL: svn://svn.FreeBSD.org/base/head/sys/teken/
3 Version: r276292 3 Version: r276292
4 License: BSD 4 License: BSD
5 License File: COPYRIGHT 5 License File: COPYRIGHT
6 Security Critical: no 6 Security Critical: no
7 7
8 Description: 8 Description:
9 This is libteken from FreeBSD, a VT100-ish terminal emulator library. 9 This is libteken from FreeBSD, a VT100-ish terminal emulator library.
10 10
11 It was obtained as follows (from this directory): 11 It was obtained as follows (from this directory):
12 12
13 svn export svn://svn.FreeBSD.org/base/head/sys/teken/@276292 13 svn export svn://svn.FreeBSD.org/base/head/sys/teken/@276292
14 svn export svn://svn.FreeBSD.org/base/head/COPYRIGHT@276292 14 svn export svn://svn.FreeBSD.org/base/head/COPYRIGHT@276292
15 15
16 Local modifications: 16 Local modifications:
17 * teken/teken_state.h: manually generated (from the teken subdirectory) using: 17 * teken/teken_state.h: manually generated (from the teken subdirectory) using:
18 |awk -f gensequences sequences > teken_state.h|. 18 |awk -f gensequences sequences > teken_state.h|.
19 * teken/teken.h: |#include <stdint.h>|. 19 * teken/teken.h: |#include <stdint.h>|.
20 * teken/teken.h: |extern "C"| guards added for C++. 20 * teken/teken.h: |extern "C"| guards added for C++.
21 * teken/gensequences: made executable, to placate checkperms.py. 21 * teken/gensequences: made executable, to placate checkperms.py.
22 * teken/{demo, libteken, stress}: removed. 22 * teken/{demo, libteken, stress}: removed.
23 * teken.c: remove sys/cdefs.h to fix fnl/musl build
24 (http://wiki.musl-libc.org/wiki/FAQ#Q:_I.27m_trying_to_compile_something_again st_musl_and_I_get_error_messages_about_sys.2Fcdefs.h)
OLDNEW
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libteken/teken/teken.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698