Skip to content

Instantly share code, notes, and snippets.

> git diff
diff --git a/builtins/evalfile.c b/builtins/evalfile.c
index 17a568a0..4084a496 100644
--- a/builtins/evalfile.c
+++ b/builtins/evalfile.c
@@ -85,8 +85,9 @@ _evalfile (const char *filename, int flags)
size_t file_size;
sh_vmsg_func_t *errfunc;
#if defined (ARRAY_VARS)
- SHELL_VAR *funcname_v, *bash_source_v, *bash_lineno_v;
ℹ info Ruby version="3.3.0"
ℹ info OpenSSL (gem) version="3.2.0"
ℹ info digest-xxhash version="0.2.7"
ℹ info MurmurHash3 version="0.1.7"
ℹ info CityHash version="0.9.0"
ℹ info Generating random data size="1.0MiB"
ℹ info Running benchmarks iterations=10000
Rehearsal -------------------------------------------------------------
Digest::MD5 14.616807 0.023065 14.639872 ( 14.678677)
Digest::SHA1 12.981430 0.000000 12.981430 ( 12.995658)
diff --git a/modules/pam_pwhistory/opasswd.c b/modules/pam_pwhistory/opasswd.c
index 859b3da..7fbdc0a 100644
--- a/modules/pam_pwhistory/opasswd.c
+++ b/modules/pam_pwhistory/opasswd.c
@@ -128,9 +128,9 @@ static int
compare_password(const char *newpass, const char *oldpass)
{
char *outval;
+ int retval;
#ifdef HAVE_CRYPT_R
> git diff shell.c builtins/evalfile.c
diff --git a/builtins/evalfile.c b/builtins/evalfile.c
index 17a568a0..204f0044 100644
--- a/builtins/evalfile.c
+++ b/builtins/evalfile.c
@@ -85,6 +85,7 @@ _evalfile (const char *filename, int flags)
size_t file_size;
sh_vmsg_func_t *errfunc;
#if defined (ARRAY_VARS)
+ char *real_filename, realbuf[PATH_MAX+1];
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 9c543da..9e2ce5d 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -191,7 +191,6 @@ static gboolean terminal_window_action_close_tab (TerminalWindo
static gboolean terminal_window_action_close_other_tabs (TerminalWindow *window);
static gboolean terminal_window_action_close_window (TerminalWindow *window);
static gboolean terminal_window_action_copy (TerminalWindow *window);
-static gboolean terminal_window_action_copy_html (TerminalWindow *window);
static gboolean terminal_window_action_paste (TerminalWindow *window);
XfdesktopIconView.view.label {
text-shadow: 1px 1px 2px #888888;
color: black;
background: alpha(#ffffff, 0.75);
}
function ls {
local orig_args=("$@") d_opt=()
local -i argc=0
while [[ $# -gt 0 ]]; do
case $1 in
-[aAbBcCdDfgGhHiklLmnNorRsStuUvxXZ1]|--all|--almost-all|--author|--context|--dereference|--dereference-command-line|--dereference-command-line-symlink-to-dir|--directory|--dired|--file-type|--full-time|--group-directories-first|--help|--hide-control-chars|--human-readable|--ignore-backups|--inode|--kibibytes|--literal|--no-group|--numeric-uid-gid|--quote-name|--recursive|--reverse|--show-control-chars|--size|--version|--zero)
;;
-[ITpw]*|@(--block-size|--format|--hide|--ignore|--indicator-style|--indicator-style|--quoting-style|--sort|--tabsize|--time|--time-style|--width)?(=*))
get_opt_and_optarg_gnu "${@:1:2}"
diff --git a/lib/portage/package/ebuild/doebuild.py b/lib/portage/package/ebuild/doebuild.py
index 8b65a78..ea09721 100644
--- a/lib/portage/package/ebuild/doebuild.py
+++ b/lib/portage/package/ebuild/doebuild.py
@@ -1006,6 +1006,10 @@ def doebuild(
)
if mydo in clean_phases:
+ for f in ["keeptemp", "keepwork"]:
+ if f in mysettings.features:
#!/bin/bash
# ------------------------------------------------------------------------------
# git-checkout-last-version
#
# Extracts the last version of a file before it was removed from git
#
# Usage: git-checkout-laster-version[.bash] [options] [--] file
#
#!/bin/bash
# ------------------------------------------------------------------------------
# git-move
#
# Moves commits in a "context" to a new base commit within the same context
#
# The context can be a branch or simply a commit representing itself and the
# chain of commits behind it.