1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:57:35 +00:00
serenity/Userland
Lucas CHOLLET ddf9987c39 LibCore+LibC: Add wrapper for setenv
I also added a common interface with StringView compatible parameters:

int serenity_setenv(const char*, ssize_t, const char*, ssize_t, int)

This function is called by both C and C++ API for setenv().
2022-03-02 18:08:05 +01:00
..
Applets Userland: Rename WindowManagerServerConnection 2022-02-25 22:35:12 +01:00
Applications KeyboardSettings: Fix adding empty keymaps 2022-03-02 11:41:10 +01:00
Demos Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
DevTools HackStudio: Add icon to "Open Recent" 2022-03-01 21:20:11 +00:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
Libraries LibCore+LibC: Add wrapper for setenv 2022-03-02 18:08:05 +01:00
Services Services: Port FileOperation to LibMain 2022-02-28 13:57:26 +01:00
Shell Shell: Use an opaque color for SyntaxError 2022-02-23 21:56:16 +00:00
Utilities groupdel: Port to LibMain 2022-02-28 14:05:04 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00