ladybird/Userland
Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again
This time, without trailing 's'. Ran:

    git grep -l 'codepoint' | xargs sed -ie 's/codepoint/code_point/g
2020-08-05 22:33:42 +02:00
..
Tests Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
allocate.cpp AK: Implement Span which represents a contiguous sequence of objects. 2020-07-26 16:49:06 +02:00
aplay.cpp
arp.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
avol.cpp
base64.cpp AK: Change the signature of AK::encode_base64() to use Span. 2020-07-27 19:58:09 +02:00
basename.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
cal.cpp
cat.cpp Meta: Scale back overly informal user-facing strings 2020-06-17 18:35:49 +02:00
chgrp.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
chmod.cpp
chown.cpp chown: Don't allow "invalid" uid/gid specs (#2596) 2020-06-21 09:54:07 +02:00
chroot.cpp Kernel+Userland: Support remounting filesystems :^) 2020-05-29 07:53:30 +02:00
clear.cpp
CMakeLists.txt LibCompress: Add LibCompress 2020-08-04 11:27:07 +02:00
copy.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
cp.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
crash.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
cut.cpp cut: Accept input from stdin if no files are given 2020-07-03 19:30:13 +02:00
date.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
df.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
disasm.cpp Userland: Add missing checks for MappedFile.is_valid() 2020-07-31 11:34:06 +02:00
disk_benchmark.cpp
dmesg.cpp
du.cpp Revert "LibM: Always include <math.h> instead of <LibM/math.h>" 2020-08-04 21:17:43 +02:00
echo.cpp Userland: Add support for the '-n' flag to 'echo' 2020-07-30 18:47:41 +02:00
env.cpp
false.cpp
fgrep.cpp
find.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
flock.cpp Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
functrace.cpp Revert "LibM: Always include <math.h> instead of <LibM/math.h>" 2020-08-04 21:17:43 +02:00
gron.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
head.cpp
host.cpp
hostname.cpp Kernel: Tighten up some promise checks 2020-05-31 21:38:50 +02:00
html.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
id.cpp
ifconfig.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
ini.cpp Userland: Add "ini" command to read and write .ini config files 2020-07-11 23:56:33 +02:00
jp.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
js.cpp LibJS: Integrate Symbols into objects as valid keys 2020-07-09 23:33:00 +02:00
keymap.cpp keymap: Add copyright header 2020-06-18 23:00:19 +02:00
kill.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
killall.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
ln.cpp
ls.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
lsirq.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
lsof.cpp lsof: Fix some minor issues 2020-08-01 16:30:19 +02:00
lspci.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
man.cpp LibMarkdown: Change MD Document parse API to return a RefPtr 2020-05-30 00:32:12 +02:00
md.cpp LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
mkdir.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
mkfifo.cpp Userland: add mkfifo(1) 2020-07-19 11:46:37 +02:00
mknod.cpp Userland: mknod: Don't use major/minor when creating a pipe 2020-07-19 11:46:37 +02:00
modload.cpp
modunload.cpp
more.cpp
mount.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
mv.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
nc.cpp Userland: Fix nc by not memset()'ing the input address char* 2020-07-28 13:19:22 +02:00
nl.cpp
notify.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
open.cpp
pape.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
passwd.cpp Userland: Add passwd utility 2020-07-28 17:07:22 +02:00
paste.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
pidof.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
ping.cpp
pro.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
profile.cpp
ps.cpp
purge.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
readlink.cpp Userland: Add readlink(1) 2020-06-17 15:02:03 +02:00
realpath.cpp
reboot.cpp
rm.cpp
rmdir.cpp
seq.cpp Userland: Add a "seq" utility 2020-07-16 17:52:18 +02:00
shutdown.cpp
sleep.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
sort.cpp
stat.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
strace.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
su.cpp Userland: Make su require passwords 2020-07-28 17:07:22 +02:00
sync.cpp
syscall.cpp Kernel: Tidy up the syscalls list by reorganizing the enumerator macro 2020-08-04 18:17:16 +02:00
sysctl.cpp
tail.cpp
tee.cpp
test-bindtodevice.cpp
test-compress.cpp LibCompress: Add LibCompress 2020-08-04 11:27:07 +02:00
test-crypto.cpp LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values. 2020-08-05 12:27:15 +02:00
test-js.cpp test-js: Show progress in taskbar 2020-07-07 10:40:06 +02:00
test-web.cpp LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
test.cpp Userland: Make test exit 1 silently when no arguments are given 2020-07-16 16:00:51 +02:00
test_efault.cpp
test_env.cpp LibC: Add tests for getenv, setenv, putenv 2020-08-01 16:46:04 +02:00
test_io.cpp Userland: Use Core::File::read_link() 2020-06-17 15:02:03 +02:00
top.cpp top: Don't print more lines than the terminal can fit 2020-07-27 17:04:47 +02:00
touch.cpp
tr.cpp
tree.cpp Userland: Add a basic version of the tree command 2020-07-14 20:15:10 +02:00
true.cpp
truncate.cpp AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
tt.cpp
tty.cpp
umount.cpp
uname.cpp
unzip.cpp Userland: Add missing checks for MappedFile.is_valid() 2020-07-31 11:34:06 +02:00
uptime.cpp
useradd.cpp
userdel.cpp Everywhere: Replace some uses of fork/exec with posix_spawn 2020-06-29 12:04:27 +02:00
watch.cpp Userland+MenuApplets: Replace two more fork/exec with posix_spawn 2020-07-05 16:03:23 +02:00
wc.cpp Userland: Fix wc(1) 2020-06-17 15:02:03 +02:00
which.cpp
whoami.cpp
xargs.cpp Userland: Add a basic xargs 2020-05-28 11:01:08 +02:00
yes.cpp